QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
schemeVersion | restriction of xs:token | optional |
|
Attribute Group | tei:att.styleDef.attributes |
<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> |