MonthType

**************************************- A month either using a number
or a name. **************************************-

Simple Type Information

Used By

Attribute MonthRange/@Month

Source

<xs:simpleType name="MonthType">
  <xs:annotation>
    <xs:documentation>**************************************- A month either using a number or a name. **************************************-</xs:documentation>
  </xs:annotation>
  <xs:union memberTypes="MonthNumbersCodeType MonthNamesCodeType"/>
</xs:simpleType>