tei:att.editLike.attribute.instant

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
instant union of(xs:boolean, restriction of xs:token) false optional
indicates whether this is an instant revision or not.

Used By

Attribute Group tei:att.editLike.attributes

Source

<xs:attributeGroup name="att.editLike.attribute.instant">
  <xs:attribute name="instant" default="false">
    <xs:annotation>
      <xs:documentation>indicates whether this is an instant revision or not.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:union memberTypes="xs:boolean">
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:enumeration value="unknown"/>
            <xs:enumeration value="inapplicable"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:union>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>