Complex Type | ani:descriptorType |
<xs:element name="sublink"> <xs:complexType mixed="true"> <xs:group minOccurs="0" maxOccurs="unbounded" ref="ani:richstring.data"/> <xs:attribute name="linknr"/> <xs:attribute name="weight" default="not-defined"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="a"/> <xs:enumeration value="b"/> <xs:enumeration value="not-defined"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:complexType> </xs:element> |