<xs:complexType name="dftime">
<xs:annotation>
<xs:documentation>A general structure to represent a xs:dateTime with the precision attribute.</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="xs:dateTime">
<xs:attribute name="prec" type="xs:nonNegativeInteger">
<xs:annotation>
<xs:documentation>The precision of this timestamp, in seconds.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType> |