<xs:attributeGroup name="DateTimeWindowGroup">
<xs:annotation>
<xs:documentation>Date Range = [begin-end] : both limits are included in the range. either begin or end can be used alone, therefore restricting only one end of the range</xs:documentation>
</xs:annotation>
<xs:attribute name="Begin" type="DateOrDurationType" use="optional">
<xs:annotation>
<xs:documentation>The lower limit corresponds to the earliest date or time</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="End" type="DateOrDurationType" use="optional"/>
<xs:attribute name="CountingFrom" type="DateDurationStartCodeType" use="optional"/>
<xs:attribute name="UnitBegin" type="DurationUnitCodeType" use="optional"/>
<xs:attribute name="UnitEnd" type="DurationUnitCodeType" use="optional"/>
</xs:attributeGroup> |