start

specifies entry points to the schema, i.e. which patterns may be used as
the root of documents conforming to it.

Attribute Information

Used By

Element tei:schemaSpec

Source

<xs:attribute name="start" default="TEI">
  <xs:annotation>
    <xs:documentation>specifies entry points to the schema, i.e. which patterns may be used as the root of documents conforming to it.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction>
      <xs:simpleType>
        <xs:list itemType="xs:Name"/>
      </xs:simpleType>
      <xs:minLength value="1"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Sample