Definition Type Element
Name weather-conditions
Abstract False
MinOccurs 0
MaxOccurs (1)
Documentation Clause to define arbitrary weather conditions.  Once defined, these conditions can be selected to display in the program's calendar.
XSD Schema Character Sheet Definition.xsd
XSD Schema Diagram
XSD Schema Code
<xs:element minOccurs="0" name="weather-conditions" >
  <xs:annotation>
    <xs:documentation>Clause to define arbitrary weather conditions.  Once defined, these conditions can be selected to display in the program's calendar.</xs:documentation>
  </xs:annotation>

  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="weather-condition">
        <xs:annotation>
          <xs:documentation>A weather condition element.</xs:documentation>
        </xs:annotation>

        <xs:complexType>
          <xs:sequence>
            <xs:element minOccurs="0" name="name" type="xs:string">
              <xs:annotation>
                <xs:documentation>The name of this weather condition, which is displayed in the program's calendar when this condition is selected.</xs:documentation>
              </xs:annotation>

            </xs:element>

            <xs:element minOccurs="0" name="image" type="xs:string">
              <xs:annotation>
                <xs:documentation>An image to go along with the weather condition.  This is rendered over the calendar's gradient, but beneath the calendar's text.

The location of this image is relative to the data location that the program is using.

Note that this is an experimental feature and may not work correctly.
</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]
weather-conditions
    [No Super Types]
Generated using Liquid XML Studio by Liquid Technologies Ltd