Definition Type Element
Name day
Type string
Abstract False
MinOccurs 0
MaxOccurs unbounded
Documentation The name of a day of the week.  The more "day" elements that exist, the more days there are in a week.
XSD Schema Character Sheet Definition.xsd
XSD Schema Diagram
XSD Schema Code
<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>
Derivation Tree
[No Sub Types]
day
    [No Super Types]
Generated using Liquid XML Studio by Liquid Technologies Ltd