supplies the name of the schema in which this tag is defined. Sample values include: 1] TEI(text encoding initiative) ; 2] DBK(docbook) ; 3] XX(unknown) ; 4] Schematron; 5] HTML |
Element | tei:tag |
<xs:attribute name="scheme" default="TEI"> <xs:annotation> <xs:documentation>supplies the name of the schema in which this tag is defined. Sample values include: 1] TEI(text encoding initiative) ; 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> |