tei:att.styleDef.attribute.schemeVersion

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
schemeVersion restriction of xs:token optional
supplies a version number for the style language provided in
scheme.

Used By

Attribute Group tei:att.styleDef.attributes

Source

<xs:attributeGroup name="att.styleDef.attribute.schemeVersion">
  <xs:attribute name="schemeVersion">
    <xs:annotation>
      <xs:documentation>supplies a version number for the style language provided in scheme.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:pattern value="[\d]+[a-z]*[\d]*(\.[\d]+[a-z]*[\d]*){0,3}"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>