MonthRangeGroup

One or many months (in lists) or years. To specify From MonthBegin To
MonthENd, use Between instead

Element Group Information

Model

Used By

Source

<xs:group name="MonthRangeGroup">
  <xs:annotation>
    <xs:documentation>One or many months (in lists) or years. To specify From MonthBegin To MonthENd, use Between instead</xs:documentation>
  </xs:annotation>
  <xs:choice>
    <xs:element ref="MonthRange"/>
    <xs:element ref="MonthRanges"/>
  </xs:choice>
</xs:group>