<xs:attributeGroup name="DatePeriodGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Used to define a period of time using either actual dates or a day and month.</xs:documentation>
</xs:annotation>
<xs:attribute name="StartPeriod" type="DateOrMonthDay" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Defines the start of a period either the day and month or the actual date.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Duration" type="DurationType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Defines the duration of a period.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="EndPeriod" type="DateOrMonthDay" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Defines the end of a period either the day and month or the actual date.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
|