sub

Element Information

Model

bpt | ept | it | ph | hi | ut
Children: bpt, ept, hi, it, ph, ut

Attributes

QName Type Fixed Default Use Inheritable Annotation
datatype optional
type optional

Used By

Elements bpt, ept, it, ph, ut

Source

<xs:element name="sub">
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="bpt"/>
      <xs:element ref="ept"/>
      <xs:element ref="it"/>
      <xs:element ref="ph"/>
      <xs:element ref="hi"/>
      <xs:element ref="ut"/>
    </xs:choice>
    <xs:attribute name="datatype"/>
    <xs:attribute name="type"/>
  </xs:complexType>
</xs:element>

Sample