Definition Type Element
Name months
Abstract False
MinOccurs 0
MaxOccurs (1)
Documentation Definition for the months of a year.
XSD Schema Character Sheet Definition.xsd
XSD Schema Diagram
XSD Schema Code
<xs:element minOccurs="0" name="months" >
  <xs:annotation>
    <xs:documentation>Definition for the months of a year.</xs:documentation>
  </xs:annotation>

  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="month">
        <xs:annotation>
          <xs:documentation>A month element.  The number of these elements that occurs implies the number of months in a year.</xs:documentation>
        </xs:annotation>

        <xs:complexType>
          <xs:sequence>
            <xs:element minOccurs="0" name="name" type="xs:string">
              <xs:annotation>
                <xs:documentation>The name of the month.</xs:documentation>
              </xs:annotation>

            </xs:element>

            <xs:element minOccurs="0" name="num-days" type="xs:integer">
              <xs:annotation>
                <xs:documentation>The number of days in this month.</xs:documentation>
              </xs:annotation>

            </xs:element>

          </xs:sequence>

        </xs:complexType>

      </xs:element>

    </xs:sequence>

  </xs:complexType>

</xs:element>
Child Elements
Name Type Min Occurs Max Occurs
Derivation Tree
[No Sub Types]
months
    [No Super Types]
Generated using Liquid XML Studio by Liquid Technologies Ltd