Definition Type Element
Name days
Abstract False
MinOccurs 0
MaxOccurs (1)
Documentation The days that make up a week.  How many "day" elements occur in this clause implies the number of days in a week.
XSD Schema Character Sheet Definition.xsd
XSD Schema Diagram
XSD Schema Code
<xs:element minOccurs="0" name="days" >
  <xs:annotation>
    <xs:documentation>The days that make up a week.  How many &quot;day&quot; elements occur in this clause implies the number of days in a week.</xs:documentation>
  </xs:annotation>

  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="day" type="xs:string">
        <xs:annotation>
          <xs:documentation>The name of a day of the week.  The more &quot;day&quot; elements that exist, the more days there are in a week.</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]
days
    [No Super Types]
Generated using Liquid XML Studio by Liquid Technologies Ltd