contemporary

specifies whether or not the binding is contemporary with the majority
of its contents

Attribute Information

Used By

Element tei:binding

Source

<xs:attribute name="contemporary">
  <xs:annotation>
    <xs:documentation>specifies whether or not the binding is contemporary with the majority of its contents</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>

Sample