tei:att.duration.iso.attribute.dur-iso

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
dur-iso restriction of xs:token optional
(duration) indicates the length of this element in
time.

Used By

Source

<xs:attributeGroup name="att.duration.iso.attribute.dur-iso">
  <xs:attribute name="dur-iso">
    <xs:annotation>
      <xs:documentation>(duration) indicates the length of this element in time.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:pattern value="[0-9.,DHMPRSTWYZ/:+\-]+"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>