MonthRange

Flexibility providing ranges in the shape of Month. Initial date is not
relevant in that case. (Combination = or)

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.

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
Month MonthType optional
Year xs:string optional

Used By

Element Group MonthRangeGroup

Source

<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>

Sample