SeasonGroup

**************************************- Seasons are usually referenced to
be reused in many places. Otherwise, collections of dates are preferred.
**************************************-

Element Group Information

Model

Children: Season, Seasons

Used By

Element Seasons

Source

<xs:group name="SeasonGroup">
  <xs:annotation>
    <xs:documentation>**************************************- Seasons are usually referenced to be reused in many places. Otherwise, collections of dates are preferred. **************************************-</xs:documentation>
  </xs:annotation>
  <xs:choice>
    <xs:annotation>
      <xs:documentation>One or many</xs:documentation>
    </xs:annotation>
    <xs:element ref="Season"/>
    <xs:element ref="Seasons"/>
  </xs:choice>
</xs:group>