urn:schemas-cosylab-com:Fridge:1.0
complexType Fridge

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{urn:schemas-cosylab-com:Fridge:1.0}Fridge (restriction)

Properties
This component is not nillable.

Model
<...>
(refTemperature, currTemperature, powerStatus, doorStatus )
</...>


Nested Element Summary
baci:ROdoublecurrTemperature
          
 doorStatus
          
 powerStatus
          
baci:RWdoublerefTemperature
          
Implementors
Fridge

Source
<xs:complexType name="Fridge">
<xs:sequence>
<xs:element name="refTemperature" type="baci:RWdouble"/>
<xs:element name="currTemperature" type="baci:ROdouble"/>
<xs:element name="powerStatus">
<xs:complexType>
<xs:complexContent>
<xs:restriction base="baci:ROEnum">
<xs:attribute default="0" name="graph_min" type="xs:int" use="optional"/>
<xs:attribute default="1" name="graph_max" type="xs:int" use="optional"/>
<xs:attribute default="ON, OFF" name="statesDescription" type="xs:string" use="optional"/>
</xs:restriction>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="doorStatus">
<xs:complexType>
<xs:complexContent>
<xs:restriction base="baci:ROEnum">
<xs:attribute default="0" name="graph_min" type="xs:int" use="optional"/>
<xs:attribute default="1" name="graph_max" type="xs:int" use="optional"/>
<xs:attribute default="OPEN, CLOSE" name="statesDescription" type="xs:string" use="optional"/>
</xs:restriction>
</xs:complexContent>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.