urn:schemas-cosylab-com:acsalarm-fault-family:1.0
complexType location

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

Properties
This component is not nillable.

Model
<...>
(building?, floor?, room?, mnemonic?, position? )
</...>


Nested Element Summary
xs:stringbuilding
          
xs:stringfloor
          
xs:stringmnemonic
          
xs:stringposition
          
xs:stringroom
          
Source
<xs:complexType name="location">
<xs:sequence>
<xs:element minOccurs="0" name="building" type="xs:string"/>
<xs:element minOccurs="0" name="floor" type="xs:string"/>
<xs:element minOccurs="0" name="room" type="xs:string"/>
<xs:element minOccurs="0" name="mnemonic" type="xs:string"/>
<xs:element minOccurs="0" name="position" type="xs:string"/>
</xs:sequence>
</xs:complexType>


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