further-classificationType

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
id xs:ID optional
sequence xs:string optional

Used By

Source

<xs:complexType name="further-classificationType">
  <xs:simpleContent>
    <xs:extension base="xs:string">
      <xs:attribute name="id" type="xs:ID"/>
      <xs:attribute name="sequence" type="xs:string"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>