<xs:attributeGroup name="instanceAttributes"> <xs:attribute name="id" type="xs:ID" use="optional"/> <xs:attribute name="path" type="xs:NMTOKENS" use="optional"/> <xs:attribute name="pos" use="optional"> <xs:simpleType> <xs:restriction> <xs:simpleType> <xs:list itemType="xs:integer"/> </xs:simpleType> <xs:minLength value="1"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:attributeGroup> |