it

Element Information

Model

Children: sub

Attributes

QName Type Fixed Default Use Inheritable Annotation
pos restriction of xs:NMTOKEN required
type optional
x optional

Used By

Elements hi, seg, sub

Source

<xs:element name="it">
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="sub"/>
    </xs:choice>
    <xs:attribute name="pos" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:NMTOKEN">
          <xs:enumeration value="end"/>
          <xs:enumeration value="begin"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="x"/>
    <xs:attribute name="type"/>
  </xs:complexType>
</xs:element>

Sample