tei:att.datable.custom.attribute.when-custom

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
when-custom restriction of list of restriction of xs:token optional
supplies the value of a date or time in some custom standard
form.

Used By

Source

<xs:attributeGroup name="att.datable.custom.attribute.when-custom">
  <xs:attribute name="when-custom">
    <xs:annotation>
      <xs:documentation>supplies the value of a date or time in some custom standard form.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:restriction>
        <xs:simpleType>
          <xs:list>
            <xs:simpleType>
              <xs:restriction base="xs:token">
                <xs:pattern value="(\p{L}|\p{N}|\p{P}|\p{S})+"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:list>
        </xs:simpleType>
        <xs:minLength value="1"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>