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>