Complex Type | structure |
<xs:complexType name="structureVocab"> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element name="source" type="sourceValue"/> <xs:element name="value" type="structureValue"/> <xs:group ref="ex:customElements"/> </xs:choice> <xs:attributeGroup ref="ex:customAttributes"/> </xs:complexType> |