term

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
altrender xs:token optional
audience restriction of xs:token optional
encodinganalog xs:token optional
id xs:ID optional
identifier xs:token optional
lang xs:NMTOKEN optional
lastdatetimeverified union of(restriction of xs:date, restriction of xs:gYear, restriction of xs:gYearMonth, restriction of xs:dateTime) optional
rules xs:NMTOKEN optional
script xs:NMTOKEN optional
source xs:token optional
transliteration xs:NMTOKEN optional

Used By

Source

<xs:complexType name="term" mixed="true">
  <xs:attributeGroup ref="am.common"/>
  <xs:attribute name="encodinganalog" type="xs:token"/>
  <xs:attribute name="transliteration" type="xs:NMTOKEN"/>
  <xs:attribute name="lastdatetimeverified">
    <xs:simpleType>
      <xs:union>
        <xs:simpleType>
          <xs:restriction base="xs:date">
            <xs:maxInclusive value="2099-12-31"/>
          </xs:restriction>
        </xs:simpleType>
        <xs:simpleType>
          <xs:restriction base="xs:gYear">
            <xs:maxInclusive value="2099"/>
          </xs:restriction>
        </xs:simpleType>
        <xs:simpleType>
          <xs:restriction base="xs:gYearMonth">
            <xs:maxInclusive value="2099-12"/>
          </xs:restriction>
        </xs:simpleType>
        <xs:simpleType>
          <xs:restriction base="xs:dateTime">
            <xs:maxInclusive value="2099-12-31T23:59:59"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:union>
    </xs:simpleType>
  </xs:attribute>
  <xs:attributeGroup ref="am.access.no.normal"/>
</xs:complexType>