<xs:element name="Location">
<xs:annotation>
<xs:documentation>Location of temperature sensor.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="LocationID" type="xs:string" use="required" />
<xs:attribute name="GroupID" type="xs:string" use="optional" />
<xs:attribute name="CarID" type="xs:string" use="optional" />
<xs:attribute name="Floor" type="FloorID" use="optional" />
</xs:complexType>
</xs:element>
|