daterange

Complex Type Information

Model

Children: fromdate, todate

Attributes

QName Type Fixed Default Use Inheritable Annotation
altrender xs:token optional
audience restriction of xs:token optional
id xs:ID optional
lang xs:NMTOKEN optional
localtype xs:token optional
script xs:NMTOKEN optional

Used By

Source

<xs:complexType name="daterange">
  <xs:sequence>
    <xs:element name="fromdate" type="fromdate" minOccurs="0"/>
    <xs:element name="todate" type="todate" minOccurs="0"/>
  </xs:sequence>
  <xs:attributeGroup ref="am.common"/>
  <xs:attribute name="localtype" type="xs:token"/>
</xs:complexType>