QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
weight | restriction of xs:token | optional |
Element | ani:classification |
<xs:complexType name="classificationType" mixed="true"> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element ref="ani:classification-code"/> <xs:element ref="ani:classification-description"/> </xs:choice> <xs:attribute name="weight"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="-"/> <xs:enumeration value="?"/> <xs:enumeration value="+"/> <xs:enumeration value="++"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:complexType> |