<xs:element name="MonthRange">
<xs:annotation>
<xs:documentation>Flexibility providing ranges in the shape of Month. Initial date is not relevant in that case. (Combination = or)</xs:documentation>
<xs:documentation>Flexibility providing ranges in the shape of Month. Initial date is not relevant in that case. (Combination = or) xxxadd ref but beware of same name.</xs:documentation>
</xs:annotation>
<xs:complexType mixed="true">
<xs:attribute name="Month" type="MonthType" use="optional"/>
<xs:attribute name="Year" type="xs:string" use="optional"/>
</xs:complexType>
</xs:element> |