<xsd:complexType name="BasicStringStructure" mixed="true">
<xsd:annotation>
<xsd:documentation>A string optionally allowing character element to be used</xsd:documentation>
</xsd:annotation>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element ref="Character"/>
</xsd:choice>
</xsd:complexType>
|