Showing:

Annotations
Diagrams
Model
Properties
Source
Used by
Element tps:weatherInfoType / tps:TypeSun
Namespace tps
Annotations
The general type of weather (sunny, cloudy, etc.)
Diagram
Type xs:integer
Properties
content simple
minOccurs 0
default 0
Source
<xs:element name="TypeSun" type="xs:integer" default="0" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The general type of weather (sunny, cloudy, etc.)</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:weatherInfoType / tps:TypeWind
Namespace tps
Annotations
The type of wind
Diagram
Type xs:integer
Properties
content simple
minOccurs 0
default 0
Source
<xs:element name="TypeWind" type="xs:integer" default="0" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The type of wind</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:weatherInfoType / tps:Temperature
Namespace tps
Annotations
The temperature value
Diagram
Type xs:double
Properties
content simple
minOccurs 0
default 0.0
Source
<xs:element name="Temperature" type="xs:double" default="0.0" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The temperature value</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:weatherInfoType / tps:Pressure
Namespace tps
Annotations
The pressure value
Diagram
Type xs:double
Properties
content simple
minOccurs 0
default 0.0
Source
<xs:element name="Pressure" type="xs:double" default="0.0" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The pressure value</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:weatherInfoType / tps:PPM
Namespace tps
Annotations
The PPM value
Diagram
Type xs:double
Properties
content simple
minOccurs 0
default 0.0
Source
<xs:element name="PPM" type="xs:double" default="0.0" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The PPM value</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type tps:weatherInfoType
Namespace tps
Annotations
Information about the weather
Diagram
Used by
Model
tps:TypeSun{0,1} , tps:TypeWind{0,1} , tps:Temperature{0,1} , tps:Pressure{0,1} , tps:PPM{0,1} , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
Children tps:PPM, tps:Pressure, tps:Temperature, tps:TypeSun, tps:TypeWind
Source
<xs:complexType name="weatherInfoType">
  <xs:annotation>
    <xs:documentation>Information about the weather</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="TypeSun" type="xs:integer" default="0" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The general type of weather (sunny, cloudy, etc.)</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="TypeWind" type="xs:integer" default="0" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The type of wind</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Temperature" type="xs:double" default="0.0" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The temperature value</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Pressure" type="xs:double" default="0.0" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The pressure value</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="PPM" type="xs:double" default="0.0" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The PPM value</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:group minOccurs="0" ref="tps:versionable"/>
  </xs:sequence>
</xs:complexType>