tei:att.dimensions.attribute.scope

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
scope restriction of xs:token optional
where the measurement summarizes more than one observation, specifies the
applicability of this measurement. Sample values include: 1] all; 2] most; 3]
range

Used By

Source

<xs:attributeGroup name="att.dimensions.attribute.scope">
  <xs:attribute name="scope">
    <xs:annotation>
      <xs:documentation>where the measurement summarizes more than one observation, specifies the applicability of this measurement. Sample values include: 1] all; 2] most; 3] range</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>
</xs:attributeGroup>