children

provides a list of identifiers of the elements which are the children of
the intermediate node.

Attribute Information

Used By

Element tei:iNode

Source

<xs:attribute name="children" use="required">
  <xs:annotation>
    <xs:documentation>provides a list of identifiers of the elements which are the children of the intermediate 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