scheme

supplies the name of the scheme in which this name is defined.
Sample values include: 1] TEI; 2] DBK(docbook) ; 3] XX(unknown) ; 4] Schematron; 5]
HTML

Attribute Information

Used By

Element tei:gi

Source

<xs:attribute name="scheme" default="TEI">
  <xs:annotation>
    <xs:documentation>supplies the name of the scheme in which this name is defined. Sample values include: 1] TEI; 2] DBK(docbook) ; 3] XX(unknown) ; 4] Schematron; 5] HTML</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:pattern value="(\p{L}|\p{N}|\p{P}|\p{S})+"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Sample