DateTime

<Documentation>
  <Description>Indicates the date and/or time of the structure to which it is attached.</Description>
  <SampleData>2004-05-31T13:00:00Z</SampleData>
</Documentation>

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
DateTimeQualifier cidxListDateQualifier required

Used By

Source

<xsd:element name="DateTime">
  <xsd:annotation>
    <xsd:documentation>
      <Documentation>
        <Description>Indicates the date and/or time of the structure to which it is attached.</Description>
        <SampleData>2004-05-31T13:00:00Z</SampleData>
      </Documentation>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:simpleContent>
      <xsd:restriction base="DateTimeType"/>
    </xsd:simpleContent>
  </xsd:complexType>
</xsd:element>

Sample