<xs:complexType name="ApproximateDateTimePropType">
<xs:annotation>
<xs:documentation>The type of a calendar date with an optional time part and with an optional approximation range for the date.</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="UnionDateTimeType">
<xs:attributeGroup ref="editAttributes" />
<xs:attribute name="approxstart" type="TruncatedDateTimeType" use="optional">
<xs:annotation>
<xs:documentation>The date (and optionally time) at which the approximation range begins.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="approxend" type="TruncatedDateTimeType" use="optional">
<xs:annotation>
<xs:documentation>The date (and optionally the time) at which the approximation range ends.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:anyAttribute namespace="##other" processContents="lax" />
</xs:extension>
<!-- version 2: editAttributes added-->
</xs:simpleContent>
</xs:complexType>
|