eventdatetime

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
lang xs:NMTOKEN optional
script xs:NMTOKEN optional
standarddatetime union of(restriction of xs:date, restriction of xs:gYear, restriction of xs:gYearMonth, restriction of xs:dateTime) optional

Used By

Source

<xs:complexType name="eventdatetime" mixed="true">
  <xs:attributeGroup ref="am.common"/>
  <xs:attribute name="encodinganalog" type="xs:token"/>
  <xs:attribute name="standarddatetime">
    <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:complexType>