complexType Voltage
diagram index_p524.png
children VoltageRange FixedVoltage Type Frequency
used by
elements ControlGears/ControlGear/NominalVoltage LightSources/ChangeableLightSource/RatedInputVoltage LightSources/FixedLightSource/RatedInputVoltage LightSources/MultiChannelLightSource/RatedInputVoltage
annotation
documentation
Definition of a voltage type, as a fixed voltage value or a voltage range. Including current type and frequency
source <xs:complexType name="Voltage">
 
<xs:annotation>
   
<xs:documentation>Definition of a voltage type, as a fixed voltage value or a voltage range. Including current type and frequency</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:choice>
     
<xs:element name="VoltageRange">
       
<xs:annotation>
         
<xs:documentation>Voltage range, e.g. 220-240V (Unit: volt)</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="Min">
             
<xs:annotation>
               
<xs:documentation>Minimal value of the Voltage range (Unit: volt)</xs:documentation>
             
</xs:annotation>
             
<xs:simpleType>
               
<xs:restriction base="xs:double">
                 
<xs:minInclusive value="0"/>
               
</xs:restriction>
             
</xs:simpleType>
           
</xs:element>
           
<xs:element name="Max">
             
<xs:annotation>
               
<xs:documentation>Maximum value of the Voltage range (Unit: volt)</xs:documentation>
             
</xs:annotation>
             
<xs:simpleType>
               
<xs:restriction base="xs:double">
                 
<xs:minInclusive value="0"/>
               
</xs:restriction>
             
</xs:simpleType>
           
</xs:element>
         
</xs:sequence>
       
</xs:complexType>
     
</xs:element>
     
<xs:element name="FixedVoltage">
       
<xs:annotation>
         
<xs:documentation>Single value, e.g. 230V (Unit: volt)</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:double">
           
<xs:minInclusive value="0"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
   
</xs:choice>
   
<xs:element name="Type" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Current type (AC, DC, UC)</xs:documentation>
     
</xs:annotation>
     
<xs:simpleType>
       
<xs:restriction base="xs:string">
         
<xs:enumeration value="AC"/>
         
<xs:enumeration value="DC"/>
         
<xs:enumeration value="UC"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:element>
   
<xs:element name="Frequency" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Nominal frequency at which the product operates (50Hz, 60Hz or 50/60Hz)</xs:documentation>
     
</xs:annotation>
     
<xs:simpleType>
       
<xs:restriction base="xs:string">
         
<xs:enumeration value="50"/>
         
<xs:enumeration value="60"/>
         
<xs:enumeration value="50/60"/>
         
<xs:enumeration value="400"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element Voltage/VoltageRange
diagram index_p525.png
properties
content complex
children Min Max
annotation
documentation
Voltage range, e.g. 220-240V (Unit: volt)
source <xs:element name="VoltageRange">
 
<xs:annotation>
   
<xs:documentation>Voltage range, e.g. 220-240V (Unit: volt)</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="Min">
       
<xs:annotation>
         
<xs:documentation>Minimal value of the Voltage range (Unit: volt)</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:double">
           
<xs:minInclusive value="0"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element name="Max">
       
<xs:annotation>
         
<xs:documentation>Maximum value of the Voltage range (Unit: volt)</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:double">
           
<xs:minInclusive value="0"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element Voltage/VoltageRange/Min
diagram index_p526.png
type restriction of xs:double
properties
content simple
facets
Kind Value Annotation
minInclusive 0
annotation
documentation
Minimal value of the Voltage range (Unit: volt)
source <xs:element name="Min">
 
<xs:annotation>
   
<xs:documentation>Minimal value of the Voltage range (Unit: volt)</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:double">
     
<xs:minInclusive value="0"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element Voltage/VoltageRange/Max
diagram index_p527.png
type restriction of xs:double
properties
content simple
facets
Kind Value Annotation
minInclusive 0
annotation
documentation
Maximum value of the Voltage range (Unit: volt)
source <xs:element name="Max">
 
<xs:annotation>
   
<xs:documentation>Maximum value of the Voltage range (Unit: volt)</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:double">
     
<xs:minInclusive value="0"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element Voltage/FixedVoltage
diagram index_p528.png
type restriction of xs:double
properties
content simple
facets
Kind Value Annotation
minInclusive 0
annotation
documentation
Single value, e.g. 230V (Unit: volt)
source <xs:element name="FixedVoltage">
 
<xs:annotation>
   
<xs:documentation>Single value, e.g. 230V (Unit: volt)</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:double">
     
<xs:minInclusive value="0"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element Voltage/Type
diagram index_p529.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration AC
enumeration DC
enumeration UC
annotation
documentation
Current type (AC, DC, UC)
source <xs:element name="Type" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Current type (AC, DC, UC)</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:enumeration value="AC"/>
     
<xs:enumeration value="DC"/>
     
<xs:enumeration value="UC"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element Voltage/Frequency
diagram index_p530.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration 50
enumeration 60
enumeration 50/60
enumeration 400
annotation
documentation
Nominal frequency at which the product operates (50Hz, 60Hz or 50/60Hz)
source <xs:element name="Frequency" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Nominal frequency at which the product operates (50Hz, 60Hz or 50/60Hz)</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:enumeration value="50"/>
     
<xs:enumeration value="60"/>
     
<xs:enumeration value="50/60"/>
     
<xs:enumeration value="400"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>


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