interval

specifies a time interval either as a number or as one of the keywords
defined by the datatype data.interval

Attribute Information

Used By

Element tei:when

Source

<xs:attribute name="interval">
  <xs:annotation>
    <xs:documentation>specifies a time interval either as a number or as one of the keywords defined by the datatype data.interval</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:union memberTypes="xs:float">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="regular"/>
          <xs:enumeration value="irregular"/>
          <xs:enumeration value="unknown"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:union>
  </xs:simpleType>
</xs:attribute>

Sample