Вот вся ошибка, которую я продолжаю получать от xerces ....
When <simpleContent> is used, the base type must be a complexType whose content type
is simple, or, only if restriction is specified, a complex type with mixed content
and emptiable particle, or, only if extension is specified, a simple type.
'string' satisfies none of these conditions.
Я думал, что понял это, но, получив несколько раз, я, должно быть, потерял его, у кого-то есть хорошее "вращение"
Я сузил его до этого элемента
<xs:element name="Note">
<xs:complexType>
<xs:simpleContent>
<xs:restriction base="xs:string">
</xs:restriction>
</xs:simpleContent>
</xs:complexType>
</xs:element>
Мне кажется, я просто долго снималась в проекте ...