ord

(ordered) indicates whether or not the internal node is
ordered.

Attribute Information

Used By

Element tei:iNode

Source

<xs:attribute name="ord">
  <xs:annotation>
    <xs:documentation>(ordered) indicates whether or not the internal node is ordered.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:union memberTypes="xs:boolean">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="unknown"/>
          <xs:enumeration value="inapplicable"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:union>
  </xs:simpleType>
</xs:attribute>

Sample