Definition Type Element
Name weather-condition
Abstract False
MinOccurs 0
MaxOccurs unbounded
Documentation A weather condition element.
XSD Schema Character Sheet Definition.xsd
XSD Schema Diagram
XSD Schema Code
<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>
Child Elements
Name Type Min Occurs Max Occurs
Derivation Tree
[No Sub Types]
weather-condition
    [No Super Types]
Generated using Liquid XML Studio by Liquid Technologies Ltd