**************************************- Day or Day Range **************************************- |
Element Group | DateTimeRangeGroup |
Complex Types | DateDay, DateDayCollectionType |
<xs:group name="DayGroup"> <xs:annotation> <xs:documentation>**************************************- Day or Day Range **************************************-</xs:documentation> </xs:annotation> <xs:choice> <xs:annotation> <xs:documentation>One or many</xs:documentation> </xs:annotation> <xs:element ref="Day"/> <xs:element ref="Days"/> </xs:choice> </xs:group> |