An element of type timestamp will have two subelements:
This datatype was developed to support the Epicentre timestamp data type. Its intended usage is shown in the PEF timestamp element document. It is not anticipated that it will be useful outside of the PEF application.
<xsd:complexType name="timestamp">
<xsd:sequence>
<xsd:element name="date" type="parsedDateType"/>
<xsd:element name="time" type="parsedTimeType" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
<element name="spudDate" type="timestamp"/>
<spudDate>
<date>
<year>2000</year>
<month>09</month>
<day>22</day>
</date>
<time>
<hour>6</hour>
<minute>30</minute>
<timeZone>CDT</timeZone>
</time>
</spudDate>