identifies the elements which are the children of the root node. |
Element | tei:root |
<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> |