children

identifies the elements which are the children of the root
node.

Attribute Information

Used By

Element tei:root

Source

<xs:attribute name="children" use="required">
  <xs:annotation>
    <xs:documentation>identifies the elements which are the children of the root node.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction>
      <xs:simpleType>
        <xs:list itemType="xs:anyURI"/>
      </xs:simpleType>
      <xs:minLength value="1"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Sample