<xs:complexType name="dimensions" mixed="true"> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:group ref="m.mixed.basic.elements"/> <xs:element name="dimensions" type="dimensions"/> </xs:choice> <xs:attributeGroup ref="am.common"/> <xs:attribute name="encodinganalog" type="xs:token"/> <xs:attribute name="localtype" type="xs:token"/> <xs:attribute name="unit" type="xs:token"/> </xs:complexType> |