complexType Sensors
diagram index_p449.png
children Sensor
used by
element GeneralDefinitions/Sensors
annotation
documentation
Definition of sensors used in this product
source <xs:complexType name="Sensors">
 
<xs:annotation>
   
<xs:documentation>Definition of sensors used in this product</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="Sensor" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>Single sensor used in this product</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:sequence>
         
<xs:element name="SensorFileReference">
           
<xs:annotation>
             
<xs:documentation>Reference to the XML file containing the definition of the sensor</xs:documentation>
           
</xs:annotation>
           
<xs:complexType>
             
<xs:attribute name="fileId" type="xs:NCName" use="required">
               
<xs:annotation>
                 
<xs:documentation>Id reference to a sensor file element defined under GeneralDefinitions/Files</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
           
</xs:complexType>
         
</xs:element>
         
<xs:element name="DetectorCharacteristics" minOccurs="0">
           
<xs:annotation>
             
<xs:documentation>Sensing device detection area shapes</xs:documentation>
           
</xs:annotation>
           
<xs:complexType>
             
<xs:sequence>
               
<xs:element name="DetectorCharacteristic" maxOccurs="3">
                 
<xs:annotation>
                   
<xs:documentation>Sensing device detection area shape</xs:documentation>
                 
</xs:annotation>
                 
<xs:simpleType>
                   
<xs:restriction base="xs:string">
                     
<xs:enumeration value="Round"/>
                     
<xs:enumeration value="Square"/>
                     
<xs:enumeration value="Other"/>
                   
</xs:restriction>
                 
</xs:simpleType>
               
</xs:element>
             
</xs:sequence>
           
</xs:complexType>
         
</xs:element>
         
<xs:element name="DetectionMethods" minOccurs="0">
           
<xs:annotation>
             
<xs:documentation>Sensing device detection method technologies</xs:documentation>
           
</xs:annotation>
           
<xs:complexType>
             
<xs:sequence>
               
<xs:element name="DetectionMethod" maxOccurs="6">
                 
<xs:annotation>
                   
<xs:documentation>Sensing device detection method technology</xs:documentation>
                 
</xs:annotation>
                 
<xs:simpleType>
                   
<xs:restriction base="xs:string">
                     
<xs:enumeration value="Passive Infrared"/>
                     
<xs:enumeration value="High Frequency"/>
                     
<xs:enumeration value="Microwave"/>
                     
<xs:enumeration value="Ultrasonic"/>
                     
<xs:enumeration value="Camera"/>
                     
<xs:enumeration value="Other"/>
                   
</xs:restriction>
                 
</xs:simpleType>
               
</xs:element>
             
</xs:sequence>
           
</xs:complexType>
         
</xs:element>
         
<xs:element name="DetectorTypes" minOccurs="0">
           
<xs:annotation>
             
<xs:documentation>Sensing device detector types</xs:documentation>
           
</xs:annotation>
           
<xs:complexType>
             
<xs:sequence>
               
<xs:element name="DetectorType" maxOccurs="4">
                 
<xs:annotation>
                   
<xs:documentation>Sensing device detector type</xs:documentation>
                 
</xs:annotation>
                 
<xs:simpleType>
                   
<xs:restriction base="xs:string">
                     
<xs:enumeration value="Motion Detector"/>
                     
<xs:enumeration value="Presence Detector"/>
                     
<xs:enumeration value="Daylight Detector"/>
                     
<xs:enumeration value="Other"/>
                   
</xs:restriction>
                 
</xs:simpleType>
               
</xs:element>
             
</xs:sequence>
           
</xs:complexType>
         
</xs:element>
       
</xs:sequence>
       
<xs:attribute name="id" type="xs:ID" use="required">
         
<xs:annotation>
           
<xs:documentation>Unique identifier of the sensor</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
     
</xs:complexType>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element Sensors/Sensor
diagram index_p450.png
properties
minOcc 1
maxOcc unbounded
content complex
children SensorFileReference DetectorCharacteristics DetectionMethods DetectorTypes
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID  required      
documentation
Unique identifier of the sensor
annotation
documentation
Single sensor used in this product
source <xs:element name="Sensor" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Single sensor used in this product</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="SensorFileReference">
       
<xs:annotation>
         
<xs:documentation>Reference to the XML file containing the definition of the sensor</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:attribute name="fileId" type="xs:NCName" use="required">
           
<xs:annotation>
             
<xs:documentation>Id reference to a sensor file element defined under GeneralDefinitions/Files</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
       
</xs:complexType>
     
</xs:element>
     
<xs:element name="DetectorCharacteristics" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Sensing device detection area shapes</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="DetectorCharacteristic" maxOccurs="3">
             
<xs:annotation>
               
<xs:documentation>Sensing device detection area shape</xs:documentation>
             
</xs:annotation>
             
<xs:simpleType>
               
<xs:restriction base="xs:string">
                 
<xs:enumeration value="Round"/>
                 
<xs:enumeration value="Square"/>
                 
<xs:enumeration value="Other"/>
               
</xs:restriction>
             
</xs:simpleType>
           
</xs:element>
         
</xs:sequence>
       
</xs:complexType>
     
</xs:element>
     
<xs:element name="DetectionMethods" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Sensing device detection method technologies</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="DetectionMethod" maxOccurs="6">
             
<xs:annotation>
               
<xs:documentation>Sensing device detection method technology</xs:documentation>
             
</xs:annotation>
             
<xs:simpleType>
               
<xs:restriction base="xs:string">
                 
<xs:enumeration value="Passive Infrared"/>
                 
<xs:enumeration value="High Frequency"/>
                 
<xs:enumeration value="Microwave"/>
                 
<xs:enumeration value="Ultrasonic"/>
                 
<xs:enumeration value="Camera"/>
                 
<xs:enumeration value="Other"/>
               
</xs:restriction>
             
</xs:simpleType>
           
</xs:element>
         
</xs:sequence>
       
</xs:complexType>
     
</xs:element>
     
<xs:element name="DetectorTypes" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Sensing device detector types</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="DetectorType" maxOccurs="4">
             
<xs:annotation>
               
<xs:documentation>Sensing device detector type</xs:documentation>
             
</xs:annotation>
             
<xs:simpleType>
               
<xs:restriction base="xs:string">
                 
<xs:enumeration value="Motion Detector"/>
                 
<xs:enumeration value="Presence Detector"/>
                 
<xs:enumeration value="Daylight Detector"/>
                 
<xs:enumeration value="Other"/>
               
</xs:restriction>
             
</xs:simpleType>
           
</xs:element>
         
</xs:sequence>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
   
<xs:attribute name="id" type="xs:ID" use="required">
     
<xs:annotation>
       
<xs:documentation>Unique identifier of the sensor</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute Sensors/Sensor/@id
type xs:ID
properties
use required
annotation
documentation
Unique identifier of the sensor
source <xs:attribute name="id" type="xs:ID" use="required">
 
<xs:annotation>
   
<xs:documentation>Unique identifier of the sensor</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element Sensors/Sensor/SensorFileReference
diagram index_p451.png
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
fileId  xs:NCName  required      
documentation
Id reference to a sensor file element defined under GeneralDefinitions/Files
annotation
documentation
Reference to the XML file containing the definition of the sensor
source <xs:element name="SensorFileReference">
 
<xs:annotation>
   
<xs:documentation>Reference to the XML file containing the definition of the sensor</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:attribute name="fileId" type="xs:NCName" use="required">
     
<xs:annotation>
       
<xs:documentation>Id reference to a sensor file element defined under GeneralDefinitions/Files</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute Sensors/Sensor/SensorFileReference/@fileId
type xs:NCName
properties
use required
annotation
documentation
Id reference to a sensor file element defined under GeneralDefinitions/Files
source <xs:attribute name="fileId" type="xs:NCName" use="required">
 
<xs:annotation>
   
<xs:documentation>Id reference to a sensor file element defined under GeneralDefinitions/Files</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element Sensors/Sensor/DetectorCharacteristics
diagram index_p452.png
properties
minOcc 0
maxOcc 1
content complex
children DetectorCharacteristic
annotation
documentation
Sensing device detection area shapes
source <xs:element name="DetectorCharacteristics" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Sensing device detection area shapes</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="DetectorCharacteristic" maxOccurs="3">
       
<xs:annotation>
         
<xs:documentation>Sensing device detection area shape</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:string">
           
<xs:enumeration value="Round"/>
           
<xs:enumeration value="Square"/>
           
<xs:enumeration value="Other"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element Sensors/Sensor/DetectorCharacteristics/DetectorCharacteristic
diagram index_p453.png
type restriction of xs:string
properties
minOcc 1
maxOcc 3
content simple
facets
Kind Value Annotation
enumeration Round
enumeration Square
enumeration Other
annotation
documentation
Sensing device detection area shape
source <xs:element name="DetectorCharacteristic" maxOccurs="3">
 
<xs:annotation>
   
<xs:documentation>Sensing device detection area shape</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:enumeration value="Round"/>
     
<xs:enumeration value="Square"/>
     
<xs:enumeration value="Other"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element Sensors/Sensor/DetectionMethods
diagram index_p454.png
properties
minOcc 0
maxOcc 1
content complex
children DetectionMethod
annotation
documentation
Sensing device detection method technologies
source <xs:element name="DetectionMethods" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Sensing device detection method technologies</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="DetectionMethod" maxOccurs="6">
       
<xs:annotation>
         
<xs:documentation>Sensing device detection method technology</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:string">
           
<xs:enumeration value="Passive Infrared"/>
           
<xs:enumeration value="High Frequency"/>
           
<xs:enumeration value="Microwave"/>
           
<xs:enumeration value="Ultrasonic"/>
           
<xs:enumeration value="Camera"/>
           
<xs:enumeration value="Other"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element Sensors/Sensor/DetectionMethods/DetectionMethod
diagram index_p455.png
type restriction of xs:string
properties
minOcc 1
maxOcc 6
content simple
facets
Kind Value Annotation
enumeration Passive Infrared
enumeration High Frequency
enumeration Microwave
enumeration Ultrasonic
enumeration Camera
enumeration Other
annotation
documentation
Sensing device detection method technology
source <xs:element name="DetectionMethod" maxOccurs="6">
 
<xs:annotation>
   
<xs:documentation>Sensing device detection method technology</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:enumeration value="Passive Infrared"/>
     
<xs:enumeration value="High Frequency"/>
     
<xs:enumeration value="Microwave"/>
     
<xs:enumeration value="Ultrasonic"/>
     
<xs:enumeration value="Camera"/>
     
<xs:enumeration value="Other"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element Sensors/Sensor/DetectorTypes
diagram index_p456.png
properties
minOcc 0
maxOcc 1
content complex
children DetectorType
annotation
documentation
Sensing device detector types
source <xs:element name="DetectorTypes" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Sensing device detector types</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="DetectorType" maxOccurs="4">
       
<xs:annotation>
         
<xs:documentation>Sensing device detector type</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:string">
           
<xs:enumeration value="Motion Detector"/>
           
<xs:enumeration value="Presence Detector"/>
           
<xs:enumeration value="Daylight Detector"/>
           
<xs:enumeration value="Other"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element Sensors/Sensor/DetectorTypes/DetectorType
diagram index_p457.png
type restriction of xs:string
properties
minOcc 1
maxOcc 4
content simple
facets
Kind Value Annotation
enumeration Motion Detector
enumeration Presence Detector
enumeration Daylight Detector
enumeration Other
annotation
documentation
Sensing device detector type
source <xs:element name="DetectorType" maxOccurs="4">
 
<xs:annotation>
   
<xs:documentation>Sensing device detector type</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:enumeration value="Motion Detector"/>
     
<xs:enumeration value="Presence Detector"/>
     
<xs:enumeration value="Daylight Detector"/>
     
<xs:enumeration value="Other"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy