ani:classificationType

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
weight restriction of xs:token optional

Used By

Source

<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>