Definition Type Element
Name month
Abstract False
MinOccurs 0
MaxOccurs unbounded
Documentation A month element.  The number of these elements that occurs implies the number of months in a year.
XSD Schema Character Sheet Definition.xsd
XSD Schema Diagram
XSD Schema Code
<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>
Child Elements
Name Type Min Occurs Max Occurs
Derivation Tree
[No Sub Types]
month
    [No Super Types]
Generated using Liquid XML Studio by Liquid Technologies Ltd