Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Included schema LightingSystem.xsd
Namespace http://www.iepmodel.net
Annotations
<xs:include schemaLocation="\CommonQuantities.xsd"/>
<xs:include schemaLocation="\Equipment.xsd"/>

The lighting system is a collection of lighting as defined by the user that illuminates one area.  Note that the area may encompass many rooms or a single physical space as the user desires.  However, if the user wishes to distinguish between different areas, multiple Lighting Systems should be defined.

This object may represent a collection of different types of lighting or it may be convenient (and simpler) to only define one type of lighting in the system and use multiple Lighting Systems varying lighting types.
Properties
attribute form default: unqualified
element form default: unqualified
Element LightingSystemType / Description
Namespace No namespace
Annotations
Freeform for description of the lighting system and what it illuminates.
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: 1
Source
<xs:element name="Description" type="xs:string" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Freeform for description of the lighting system and what it illuminates.</xs:documentation>
  </xs:annotation>
</xs:element>
Element LightingSystemType / LightingFixtureDefinition
Namespace No namespace
Annotations
This object defines a single type of light fixture. A light fixture consists of a combination of a lamps and ballasts (optional) as well as the container and mounting accessories.
Diagram
Diagram Common_xsd.tmp#EquipmentDefinitionType_id Common_xsd.tmp#EquipmentDefinitionType_Manufacturer Common_xsd.tmp#EquipmentDefinitionType_ModelNumber Common_xsd.tmp#EquipmentDefinitionType_ProductFamilyName Common_xsd.tmp#EquipmentDefinitionType_Description Common_xsd.tmp#EquipmentDefinitionType_MountingStyle Common_xsd.tmp#EquipmentDefinitionType_Length Common_xsd.tmp#EquipmentDefinitionType_Width Common_xsd.tmp#EquipmentDefinitionType_Depth Common_xsd.tmp#EquipmentDefinitionType_Weight Common_xsd.tmp#EquipmentDefinitionType_EnclosureMaterial Common_xsd.tmp#EquipmentDefinitionType_EnclosureNemaRating Common_xsd.tmp#EquipmentDefinitionType_ListingAgency Common_xsd.tmp#EquipmentDefinitionType_Warranty Common_xsd.tmp#EquipmentDefinitionType_EnergyStarRated Common_xsd.tmp#EquipmentDefinitionType_WhereManufactured Common_xsd.tmp#EquipmentDefinitionType LightingSystem_xsd.tmp#LightingFixtureDefintionType_FixtureEfficiency LightingSystem_xsd.tmp#LightingFixtureDefintionType_FixtureUplight LightingSystem_xsd.tmp#LightingFixtureDefintionType_FixtureDownlight LightingSystem_xsd.tmp#LightingFixtureDefintionType_FixtureIESFile LightingSystem_xsd.tmp#LightingFixtureDefintionType_LightingTechnology LightingSystem_xsd.tmp#LightingFixtureDefintionType_LampProperties LightingSystem_xsd.tmp#LightingFixtureDefintionType_BallastProperties LightingSystem_xsd.tmp#LightingFixtureDefintionType
Type LightingFixtureDefintionType
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model Manufacturer , ModelNumber , ProductFamilyName{0,1} , Description{0,1} , MountingStyle{0,1} , Length{0,1} , Width{0,1} , Depth{0,1} , Weight{0,1} , EnclosureMaterial{0,1} , EnclosureNemaRating{0,1} , ListingAgency{0,1} , Warranty{0,1} , EnergyStarRated{0,1} , WhereManufactured{0,1} , FixtureEfficiency{0,1} , FixtureUplight{0,1} , FixtureDownlight{0,1} , FixtureIESFile* , LightingTechnology{0,1} , LampProperties{0,1} , BallastProperties{0,1}
Children BallastProperties, Depth, Description, EnclosureMaterial, EnclosureNemaRating, EnergyStarRated, FixtureDownlight, FixtureEfficiency, FixtureIESFile, FixtureUplight, LampProperties, Length, LightingTechnology, ListingAgency, Manufacturer, ModelNumber, MountingStyle, ProductFamilyName, Warranty, Weight, WhereManufactured, Width
Instance
<LightingFixtureDefinition id="">
  <Manufacturer>{1,1}</Manufacturer>
  <ModelNumber>{1,1}</ModelNumber>
  <ProductFamilyName>{0,1}</ProductFamilyName>
  <Description>{0,1}</Description>
  <MountingStyle>{0,1}</MountingStyle>
  <Length>{0,1}</Length>
  <Width>{0,1}</Width>
  <Depth>{0,1}</Depth>
  <Weight>{0,1}</Weight>
  <EnclosureMaterial>{0,1}</EnclosureMaterial>
  <EnclosureNemaRating>{0,1}</EnclosureNemaRating>
  <ListingAgency>{0,1}</ListingAgency>
  <Warranty>{0,1}</Warranty>
  <EnergyStarRated>{0,1}</EnergyStarRated>
  <WhereManufactured>{0,1}</WhereManufactured>
  <FixtureEfficiency>{0,1}</FixtureEfficiency>
  <FixtureUplight>{0,1}</FixtureUplight>
  <FixtureDownlight>{0,1}</FixtureDownlight>
  <FixtureIESFile>{0,unbounded}</FixtureIESFile>
  <LightingTechnology>{0,1}</LightingTechnology>
  <LampProperties id="">{0,1}</LampProperties>
  <BallastProperties id="">{0,1}</BallastProperties>
</LightingFixtureDefinition>
Attributes
QName Type Fixed Default Use Annotation
id xs:ID required
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="LightingFixtureDefinition" type="LightingFixtureDefintionType">
  <xs:annotation>
    <xs:documentation>This object defines a single type of light fixture. A light fixture consists of a combination of a lamps and ballasts (optional) as well as the container and mounting accessories.</xs:documentation>
  </xs:annotation>
</xs:element>
Element LightingFixtureDefintionType / FixtureEfficiency
Namespace No namespace
Annotations
Fixture Efficiency
The fraction of light created by the lamp and ballast combination that escapes the light fixture.
Diagram
Diagram
Type restriction of xs:float
Properties
content: simple
minOccurs: 0
Facets
maxInclusive 1
minInclusive 0
Source
<xs:element minOccurs="0" name="FixtureEfficiency">
  <xs:annotation>
    <xs:documentation>Fixture Efficiency The fraction of light created by the lamp and ballast combination that escapes the light fixture.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:float">
      <xs:minInclusive value="0"/>
      <xs:maxInclusive value="1"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element LightingFixtureDefintionType / FixtureUplight
Namespace No namespace
Annotations
Fixture Uplight
The fraction of light that escapes the light fixture that escapes in the upward direction. Fixture uplight and fixture downlight should sum to 1.
Diagram
Diagram
Type restriction of xs:float
Properties
content: simple
minOccurs: 0
Facets
maxInclusive 1
minInclusive 0
Source
<xs:element minOccurs="0" name="FixtureUplight">
  <xs:annotation>
    <xs:documentation>Fixture Uplight The fraction of light that escapes the light fixture that escapes in the upward direction. Fixture uplight and fixture downlight should sum to 1.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:float">
      <xs:minInclusive value="0"/>
      <xs:maxInclusive value="1"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element LightingFixtureDefintionType / FixtureDownlight
Namespace No namespace
Annotations
Fixture Uplight
The fraction of light that escapes the light fixture that escapes in the downward direction. Fixture uplight and fixture downlight should sum to 1.
Diagram
Diagram
Type restriction of xs:float
Properties
content: simple
minOccurs: 0
Facets
maxInclusive 1
minInclusive 0
Source
<xs:element minOccurs="0" name="FixtureDownlight">
  <xs:annotation>
    <xs:documentation>Fixture Uplight The fraction of light that escapes the light fixture that escapes in the downward direction. Fixture uplight and fixture downlight should sum to 1.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:float">
      <xs:minInclusive value="0"/>
      <xs:maxInclusive value="1"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element LightingFixtureDefintionType / FixtureIESFile
Namespace No namespace
Annotations
This element has not been fully implemented at this time.

The IES file is created by ____ and contains...

In the future, this element may contain the actual IES file converted to a suitable format such as text or binary.
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="FixtureIESFile" type="xs:string">
  <xs:annotation>
    <xs:documentation>This element has not been fully implemented at this time. The IES file is created by ____ and contains... In the future, this element may contain the actual IES file converted to a suitable format such as text or binary.</xs:documentation>
  </xs:annotation>
</xs:element>
Element LightingFixtureDefintionType / LightingTechnology
Namespace No namespace
Annotations
The type of technology that is used to create light. This is also a general indication of the lamp type.
Diagram
Diagram LightingSystem_xsd.tmp#LightingTechnologyEnumType
Type LightingTechnologyEnumType
Properties
content: simple
minOccurs: 0
maxOccurs: 1
Facets
enumeration Incandescent
enumeration Halogen
enumeration Compact Fluorescent
enumeration Linear Fluorescent
enumeration High Intensity Discharge
enumeration LED
enumeration Induction
enumeration Plasma
enumeration Neon
Source
<xs:element name="LightingTechnology" type="LightingTechnologyEnumType" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>The type of technology that is used to create light. This is also a general indication of the lamp type.</xs:documentation>
  </xs:annotation>
</xs:element>
Element LightingFixtureDefintionType / LampProperties
Namespace No namespace
Annotations
These are common attributes of a lamp.
Diagram
Diagram Common_xsd.tmp#EquipmentDefinitionType_id Common_xsd.tmp#EquipmentDefinitionType_Manufacturer Common_xsd.tmp#EquipmentDefinitionType_ModelNumber Common_xsd.tmp#EquipmentDefinitionType_ProductFamilyName Common_xsd.tmp#EquipmentDefinitionType_Description Common_xsd.tmp#EquipmentDefinitionType_MountingStyle Common_xsd.tmp#EquipmentDefinitionType_Length Common_xsd.tmp#EquipmentDefinitionType_Width Common_xsd.tmp#EquipmentDefinitionType_Depth Common_xsd.tmp#EquipmentDefinitionType_Weight Common_xsd.tmp#EquipmentDefinitionType_EnclosureMaterial Common_xsd.tmp#EquipmentDefinitionType_EnclosureNemaRating Common_xsd.tmp#EquipmentDefinitionType_ListingAgency Common_xsd.tmp#EquipmentDefinitionType_Warranty Common_xsd.tmp#EquipmentDefinitionType_EnergyStarRated Common_xsd.tmp#EquipmentDefinitionType_WhereManufactured Common_xsd.tmp#EquipmentDefinitionType LightingSystem_xsd.tmp#LampPropertiesType_CRI LightingSystem_xsd.tmp#LampPropertiesType_QuantityPerFixture LightingSystem_xsd.tmp#LampPropertiesType_WattsNominal LightingSystem_xsd.tmp#LampPropertiesType_ColorTemperature LightingSystem_xsd.tmp#LampPropertiesType_InitialLumens LightingSystem_xsd.tmp#LampPropertiesType_MeanLumens LightingSystem_xsd.tmp#LampPropertiesType_SPRatio LightingSystem_xsd.tmp#LampPropertiesType
Type LampPropertiesType
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model Manufacturer , ModelNumber , ProductFamilyName{0,1} , Description{0,1} , MountingStyle{0,1} , Length{0,1} , Width{0,1} , Depth{0,1} , Weight{0,1} , EnclosureMaterial{0,1} , EnclosureNemaRating{0,1} , ListingAgency{0,1} , Warranty{0,1} , EnergyStarRated{0,1} , WhereManufactured{0,1} , CRI{0,1} , QuantityPerFixture{0,1} , WattsNominal{0,1} , ColorTemperature{0,1} , InitialLumens{0,1} , MeanLumens{0,1} , SPRatio{0,1}
Children CRI, ColorTemperature, Depth, Description, EnclosureMaterial, EnclosureNemaRating, EnergyStarRated, InitialLumens, Length, ListingAgency, Manufacturer, MeanLumens, ModelNumber, MountingStyle, ProductFamilyName, QuantityPerFixture, SPRatio, Warranty, WattsNominal, Weight, WhereManufactured, Width
Instance
<LampProperties id="">
  <Manufacturer>{1,1}</Manufacturer>
  <ModelNumber>{1,1}</ModelNumber>
  <ProductFamilyName>{0,1}</ProductFamilyName>
  <Description>{0,1}</Description>
  <MountingStyle>{0,1}</MountingStyle>
  <Length>{0,1}</Length>
  <Width>{0,1}</Width>
  <Depth>{0,1}</Depth>
  <Weight>{0,1}</Weight>
  <EnclosureMaterial>{0,1}</EnclosureMaterial>
  <EnclosureNemaRating>{0,1}</EnclosureNemaRating>
  <ListingAgency>{0,1}</ListingAgency>
  <Warranty>{0,1}</Warranty>
  <EnergyStarRated>{0,1}</EnergyStarRated>
  <WhereManufactured>{0,1}</WhereManufactured>
  <CRI>{0,1}</CRI>
  <QuantityPerFixture>{0,1}</QuantityPerFixture>
  <WattsNominal>{0,1}</WattsNominal>
  <ColorTemperature>{0,1}</ColorTemperature>
  <InitialLumens>{0,1}</InitialLumens>
  <MeanLumens>{0,1}</MeanLumens>
  <SPRatio>{0,1}</SPRatio>
</LampProperties>
Attributes
QName Type Fixed Default Use Annotation
id xs:ID required
Source
<xs:element name="LampProperties" type="LampPropertiesType" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>These are common attributes of a lamp.</xs:documentation>
  </xs:annotation>
</xs:element>
Element LampPropertiesType / CRI
Namespace No namespace
Annotations
Color Rendering Index (CRI) of lamp. This value represents the quality to which the light source reproduces the visible light spectrum.
Diagram
Diagram
Type xs:float
Properties
content: simple
minOccurs: 0
maxOccurs: 1
Source
<xs:element name="CRI" type="xs:float" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Color Rendering Index (CRI) of lamp. This value represents the quality to which the light source reproduces the visible light spectrum.</xs:documentation>
  </xs:annotation>
</xs:element>
Element LampPropertiesType / QuantityPerFixture
Namespace No namespace
Annotations
The number of lamps per fixture. Note that the definition of "fixture" is subject to the surveyor. This detail should be described included in the Description element of Lighting Fixture Type.
Diagram
Diagram
Type restriction of xs:int
Properties
content: simple
minOccurs: 0
maxOccurs: 1
Facets
minInclusive 0
Source
<xs:element name="QuantityPerFixture" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>The number of lamps per fixture. Note that the definition of "fixture" is subject to the surveyor. This detail should be described included in the Description element of Lighting Fixture Type.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:int">
      <xs:minInclusive value="0"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element LampPropertiesType / WattsNominal
Namespace No namespace
Annotations
Nominal wattage of the lamp (value listed on lamp label or nameplate). Note that this doesn't represent the actual input power of a ballasted fixture.
Diagram
Diagram
Type restriction of xs:float
Properties
content: simple
minOccurs: 0
maxOccurs: 1
Facets
minExclusive 0
Source
<xs:element name="WattsNominal" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Nominal wattage of the lamp (value listed on lamp label or nameplate). Note that this doesn't represent the actual input power of a ballasted fixture.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:float">
      <xs:minExclusive value="0"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element LampPropertiesType / ColorTemperature
Namespace No namespace
Annotations
The lamp color temperature as measured in Kelvin.
Diagram
Diagram
Type restriction of xs:float
Properties
content: simple
minOccurs: 0
maxOccurs: 1
Facets
minInclusive 0
Source
<xs:element name="ColorTemperature" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>The lamp color temperature as measured in Kelvin.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:float">
      <xs:minInclusive value="0"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element LampPropertiesType / InitialLumens
Namespace No namespace
Annotations
Light output (in Lumens) when lamp is first powered.
Diagram
Diagram
Type restriction of xs:int
Properties
content: simple
minOccurs: 0
maxOccurs: 1
Facets
minInclusive 0
Source
<xs:element name="InitialLumens" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Light output (in Lumens) when lamp is first powered.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:int">
      <xs:minInclusive value="0"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element LampPropertiesType / MeanLumens
Namespace No namespace
Annotations
Average light output over the lifetime of the lamp.
Diagram
Diagram
Type restriction of xs:int
Properties
content: simple
minOccurs: 0
maxOccurs: 1
Facets
minInclusive 0
Source
<xs:element name="MeanLumens" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Average light output over the lifetime of the lamp.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:int">
      <xs:minInclusive value="0"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element LampPropertiesType / SPRatio
Namespace No namespace
Annotations
SP Ratio.
Diagram
Diagram
Type restriction of xs:float
Properties
content: simple
minOccurs: 0
maxOccurs: 1
Facets
minInclusive 0
Source
<xs:element name="SPRatio" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>SP Ratio.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:float">
      <xs:minInclusive value="0"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element LightingFixtureDefintionType / BallastProperties
Namespace No namespace
Annotations
These are attributes of the ballast. There doesn't need to be a ballast.
Diagram
Diagram Common_xsd.tmp#EquipmentDefinitionType_id Common_xsd.tmp#EquipmentDefinitionType_Manufacturer Common_xsd.tmp#EquipmentDefinitionType_ModelNumber Common_xsd.tmp#EquipmentDefinitionType_ProductFamilyName Common_xsd.tmp#EquipmentDefinitionType_Description Common_xsd.tmp#EquipmentDefinitionType_MountingStyle Common_xsd.tmp#EquipmentDefinitionType_Length Common_xsd.tmp#EquipmentDefinitionType_Width Common_xsd.tmp#EquipmentDefinitionType_Depth Common_xsd.tmp#EquipmentDefinitionType_Weight Common_xsd.tmp#EquipmentDefinitionType_EnclosureMaterial Common_xsd.tmp#EquipmentDefinitionType_EnclosureNemaRating Common_xsd.tmp#EquipmentDefinitionType_ListingAgency Common_xsd.tmp#EquipmentDefinitionType_Warranty Common_xsd.tmp#EquipmentDefinitionType_EnergyStarRated Common_xsd.tmp#EquipmentDefinitionType_WhereManufactured Common_xsd.tmp#EquipmentDefinitionType LightingSystem_xsd.tmp#BallastPropertiesType_BallastTechnology LightingSystem_xsd.tmp#BallastPropertiesType_BallastFactor LightingSystem_xsd.tmp#BallastPropertiesType_QuantityPerFixture LightingSystem_xsd.tmp#BallastPropertiesType_PowerFactor LightingSystem_xsd.tmp#BallastPropertiesType_THD LightingSystem_xsd.tmp#BallastPropertiesType
Type BallastPropertiesType
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model Manufacturer , ModelNumber , ProductFamilyName{0,1} , Description{0,1} , MountingStyle{0,1} , Length{0,1} , Width{0,1} , Depth{0,1} , Weight{0,1} , EnclosureMaterial{0,1} , EnclosureNemaRating{0,1} , ListingAgency{0,1} , Warranty{0,1} , EnergyStarRated{0,1} , WhereManufactured{0,1} , BallastTechnology{0,1} , BallastFactor{0,1} , QuantityPerFixture{0,1} , PowerFactor{0,1} , THD{0,1}
Children BallastFactor, BallastTechnology, Depth, Description, EnclosureMaterial, EnclosureNemaRating, EnergyStarRated, Length, ListingAgency, Manufacturer, ModelNumber, MountingStyle, PowerFactor, ProductFamilyName, QuantityPerFixture, THD, Warranty, Weight, WhereManufactured, Width
Instance
<BallastProperties id="">
  <Manufacturer>{1,1}</Manufacturer>
  <ModelNumber>{1,1}</ModelNumber>
  <ProductFamilyName>{0,1}</ProductFamilyName>
  <Description>{0,1}</Description>
  <MountingStyle>{0,1}</MountingStyle>
  <Length>{0,1}</Length>
  <Width>{0,1}</Width>
  <Depth>{0,1}</Depth>
  <Weight>{0,1}</Weight>
  <EnclosureMaterial>{0,1}</EnclosureMaterial>
  <EnclosureNemaRating>{0,1}</EnclosureNemaRating>
  <ListingAgency>{0,1}</ListingAgency>
  <Warranty>{0,1}</Warranty>
  <EnergyStarRated>{0,1}</EnergyStarRated>
  <WhereManufactured>{0,1}</WhereManufactured>
  <BallastTechnology>{0,1}</BallastTechnology>
  <BallastFactor>{0,1}</BallastFactor>
  <QuantityPerFixture>{0,1}</QuantityPerFixture>
  <PowerFactor>{0,1}</PowerFactor>
  <THD>{0,1}</THD>
</BallastProperties>
Attributes
QName Type Fixed Default Use Annotation
id xs:ID required
Source
<xs:element name="BallastProperties" type="BallastPropertiesType" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>These are attributes of the ballast. There doesn't need to be a ballast.</xs:documentation>
  </xs:annotation>
</xs:element>
Element BallastPropertiesType / BallastTechnology
Namespace No namespace
Annotations
The type of ballast used.
Examples:
HID
Induction
LED
Plasma
Instant Start
Rapid Start
Program Start
Program Start, Dimming
Program Start, Bi-Level
Program Start, Multi-Level
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: 1
Source
<xs:element name="BallastTechnology" type="xs:string" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>The type of ballast used. Examples: HID Induction LED Plasma Instant Start Rapid Start Program Start Program Start, Dimming Program Start, Bi-Level Program Start, Multi-Level</xs:documentation>
  </xs:annotation>
</xs:element>
Element BallastPropertiesType / BallastFactor
Namespace No namespace
Annotations
Ballast factor indicates the power output of the ballast relative to a standard. This value typically varies from 0.5 to 1.5 and is typically falls 0.75 to 1.2.  A value of zero may indicate that no ballast is used.
Diagram
Diagram
Type restriction of xs:float
Properties
content: simple
minOccurs: 0
maxOccurs: 1
Facets
minInclusive 0
Source
<xs:element name="BallastFactor" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Ballast factor indicates the power output of the ballast relative to a standard. This value typically varies from 0.5 to 1.5 and is typically falls 0.75 to 1.2. A value of zero may indicate that no ballast is used.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:float">
      <xs:minInclusive value="0"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element BallastPropertiesType / QuantityPerFixture
Namespace No namespace
Annotations
The number of ballasts per fixture. Note that the definition of "fixture" is subject to the surveyor. This detail should be described included in the Description element of Lighting System.
Diagram
Diagram
Type restriction of xs:int
Properties
content: simple
minOccurs: 0
maxOccurs: 1
Facets
minInclusive 0
Source
<xs:element name="QuantityPerFixture" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>The number of ballasts per fixture. Note that the definition of "fixture" is subject to the surveyor. This detail should be described included in the Description element of Lighting System.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:int">
      <xs:minInclusive value="0"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element BallastPropertiesType / PowerFactor
Namespace No namespace
Annotations
This is the power factor of the ballast.
Diagram
Diagram
Type restriction of xs:float
Properties
content: simple
minOccurs: 0
maxOccurs: 1
Facets
minInclusive 0
Source
<xs:element name="PowerFactor" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>This is the power factor of the ballast.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:float">
      <xs:minInclusive value="0"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element BallastPropertiesType / THD
Namespace No namespace
Annotations
Total Harmonic Distortion
Diagram
Diagram
Type restriction of xs:float
Properties
content: simple
minOccurs: 0
Facets
maxInclusive 1
minInclusive 0
Source
<xs:element minOccurs="0" name="THD">
  <xs:annotation>
    <xs:documentation>Total Harmonic Distortion</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:float">
      <xs:minInclusive value="0"/>
      <xs:maxInclusive value="1"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element LightingSystemType / LightingZone
Namespace No namespace
Annotations
This defines properties of light quality, level, demand and use in the zone.
Diagram
Diagram LightingSystem_xsd.tmp#LightingZoneType_id LightingSystem_xsd.tmp#LightingZoneType_Name LightingSystem_xsd.tmp#LightingZoneType_Description LightingSystem_xsd.tmp#LightingZoneType_IESNACategory LightingSystem_xsd.tmp#LightingZoneType_LightLevels LightingSystem_xsd.tmp#LightingZoneType_Dimensions LightingSystem_xsd.tmp#LightingZoneType_Surfaces LightingSystem_xsd.tmp#LightingZoneType
Type LightingZoneType
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model Name{0,1} , Description{0,1} , IESNACategory{0,1} , LightLevels{0,1} , Dimensions{0,1} , Surfaces{0,1}
Children Description, Dimensions, IESNACategory, LightLevels, Name, Surfaces
Instance
<LightingZone id="">
  <Name>{0,1}</Name>
  <Description>{0,1}</Description>
  <IESNACategory>{0,1}</IESNACategory>
  <LightLevels>{0,1}</LightLevels>
  <Dimensions>{0,1}</Dimensions>
  <Surfaces>{0,1}</Surfaces>
</LightingZone>
Attributes
QName Type Fixed Default Use Annotation
id xs:ID optional
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="LightingZone" type="LightingZoneType">
  <xs:annotation>
    <xs:documentation>This defines properties of light quality, level, demand and use in the zone.</xs:documentation>
  </xs:annotation>
</xs:element>
Element LightingZoneType / Name
Namespace No namespace
Annotations
This is simply a descriptive name, typically a common name used for the system.
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: 1
Source
<xs:element name="Name" type="xs:string" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>This is simply a descriptive name, typically a common name used for the system.</xs:documentation>
  </xs:annotation>
</xs:element>
Element LightingZoneType / Description
Namespace No namespace
Annotations
Freeform for description of the lighting system and what it illuminates.  If the work plane is not obvious or intuitive, it should be defined here.
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: 1
Source
<xs:element name="Description" type="xs:string" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Freeform for description of the lighting system and what it illuminates. If the work plane is not obvious or intuitive, it should be defined here.</xs:documentation>
  </xs:annotation>
</xs:element>
Element LightingZoneType / IESNACategory
Namespace No namespace
Annotations
Illuminating Engineering Society of North America (IESNA)
http://www.iesna.org/

The IESNA publishes a category set that describes the use case for lighting in a space. This listing can be found here:
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element minOccurs="0" name="IESNACategory" type="xs:string">
  <xs:annotation>
    <xs:documentation>Illuminating Engineering Society of North America (IESNA) http://www.iesna.org/ The IESNA publishes a category set that describes the use case for lighting in a space. This listing can be found here:</xs:documentation>
  </xs:annotation>
</xs:element>
Element LightingZoneType / LightLevels
Namespace No namespace
Annotations
Observed or recommended light levels for the space.
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element minOccurs="0" name="LightLevels" type="xs:string">
  <xs:annotation>
    <xs:documentation>Observed or recommended light levels for the space.</xs:documentation>
  </xs:annotation>
</xs:element>
Element LightingZoneType / Dimensions
Namespace No namespace
Annotations
Dimensions of the illuminated zone/space.
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element minOccurs="0" name="Dimensions" type="xs:string">
  <xs:annotation>
    <xs:documentation>Dimensions of the illuminated zone/space.</xs:documentation>
  </xs:annotation>
</xs:element>
Element LightingZoneType / Surfaces
Namespace No namespace
Annotations
Important or key surfaces in the illuminated space that dictate the minimum or required light levels for the space.
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element minOccurs="0" name="Surfaces" type="xs:string">
  <xs:annotation>
    <xs:documentation>Important or key surfaces in the illuminated space that dictate the minimum or required light levels for the space.</xs:documentation>
  </xs:annotation>
</xs:element>
Element LightingSystemType / LightingControlGroup
Namespace No namespace
Annotations
This object defines a group of light fixtures and the control/operating parameters of that group of fixtures. System properties are contained here.
Diagram
Diagram LightingSystem_xsd.tmp#LightingControlGroupType_id LightingSystem_xsd.tmp#LightingControlGroupType_Name LightingSystem_xsd.tmp#LightingControlGroupType_Description LightingSystem_xsd.tmp#LightingControlGroupType_RefLightingZone LightingSystem_xsd.tmp#LightingControlGroupType_SystemProperties LightingSystem_xsd.tmp#LightingControlGroupType_LightingFixture LightingSystem_xsd.tmp#LightingControlGroupType_ControlProperties LightingSystem_xsd.tmp#LightingControlGroupType_LightingControlGroup LightingSystem_xsd.tmp#LightingControlGroupType
Type LightingControlGroupType
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model Name{0,1} , Description{0,1} , RefLightingZone{0,1} , SystemProperties{0,1} , LightingFixture* , ControlProperties{0,1} , LightingControlGroup{0,1}
Children ControlProperties, Description, LightingControlGroup, LightingFixture, Name, RefLightingZone, SystemProperties
Instance
<LightingControlGroup id="">
  <Name>{0,1}</Name>
  <Description>{0,1}</Description>
  <RefLightingZone>{0,1}</RefLightingZone>
  <SystemProperties>{0,1}</SystemProperties>
  <LightingFixture EquipmentDefinitionIdRef="" id="">{0,unbounded}</LightingFixture>
  <ControlProperties>{0,1}</ControlProperties>
  <LightingControlGroup id="">{0,1}</LightingControlGroup>
</LightingControlGroup>
Attributes
QName Type Fixed Default Use Annotation
id xs:ID optional
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="LightingControlGroup" type="LightingControlGroupType">
  <xs:annotation>
    <xs:documentation>This object defines a group of light fixtures and the control/operating parameters of that group of fixtures. System properties are contained here.</xs:documentation>
  </xs:annotation>
</xs:element>
Element LightingControlGroupType / Name
Namespace No namespace
Annotations
This is simply a descriptive name, typically a common name used for the system.
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: 1
Source
<xs:element name="Name" type="xs:string" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>This is simply a descriptive name, typically a common name used for the system.</xs:documentation>
  </xs:annotation>
</xs:element>
Element LightingControlGroupType / Description
Namespace No namespace
Annotations
Freeform for description of the lighting system and what it illuminates.  If the work plane is not obvious or intuitive, it should be defined here.
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: 1
Source
<xs:element name="Description" type="xs:string" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Freeform for description of the lighting system and what it illuminates. If the work plane is not obvious or intuitive, it should be defined here.</xs:documentation>
  </xs:annotation>
</xs:element>
Element LightingControlGroupType / RefLightingZone
Namespace No namespace
Annotations
This is a reference to a defined/instanced lighting zone.
Diagram
Diagram
Type xs:IDREF
Properties
content: simple
minOccurs: 0
maxOccurs: 1
Source
<xs:element maxOccurs="1" minOccurs="0" name="RefLightingZone" type="xs:IDREF">
  <xs:annotation>
    <xs:documentation>This is a reference to a defined/instanced lighting zone.</xs:documentation>
  </xs:annotation>
</xs:element>
Element LightingControlGroupType / SystemProperties
Namespace No namespace
Diagram
Diagram CommonSystemProperties_xsd.tmp#CommonSystemPropertiesType_Description CommonSystemProperties_xsd.tmp#CommonSystemPropertiesType_AnnualOperatingHours CommonSystemProperties_xsd.tmp#CommonSystemPropertiesType_DesignEfficiency CommonSystemProperties_xsd.tmp#CommonSystemPropertiesType_DesignInput CommonSystemProperties_xsd.tmp#CommonSystemPropertiesType_DesignOutput CommonSystemProperties_xsd.tmp#CommonSystemPropertiesType_EnergyConsumption CommonSystemProperties_xsd.tmp#CommonSystemPropertiesType_MaxInput CommonSystemProperties_xsd.tmp#CommonSystemPropertiesType_OperatingSchedule CommonSystemProperties_xsd.tmp#CommonSystemPropertiesType_RefZoneLocationID CommonSystemProperties_xsd.tmp#CommonSystemPropertiesType_RefRevenueMeterID CommonSystemProperties_xsd.tmp#CommonSystemPropertiesType
Type CommonSystemPropertiesType
Properties
content: complex
minOccurs: 0
Model Description{0,1} , AnnualOperatingHours{0,1} , DesignEfficiency{0,1} , DesignInput{0,1} , DesignOutput{0,1} , EnergyConsumption{0,1} , MaxInput{0,1} , OperatingSchedule* , RefZoneLocationID{0,1} , RefRevenueMeterID{0,1}
Children AnnualOperatingHours, Description, DesignEfficiency, DesignInput, DesignOutput, EnergyConsumption, MaxInput, OperatingSchedule, RefRevenueMeterID, RefZoneLocationID
Instance
<SystemProperties>
  <Description>{0,1}</Description>
  <AnnualOperatingHours>{0,1}</AnnualOperatingHours>
  <DesignEfficiency TestCondition="" Unit="" UnitDesc="">{0,1}</DesignEfficiency>
  <DesignInput Fuel="Electricity" FuelDesc="Electricity" TestCondition="" Unit="" UnitDesc="kwh">{0,1}</DesignInput>
  <DesignOutput Fuel="Electricity" FuelDesc="Electricity" TestCondition="" Unit="" UnitDesc="kwh">{0,1}</DesignOutput>
  <EnergyConsumption RevenueMeterIdRef="">{0,1}</EnergyConsumption>
  <MaxInput Fuel="Electricity" FuelDesc="Electricity" TestCondition="" Unit="" UnitDesc="kwh">{0,1}</MaxInput>
  <OperatingSchedule>{0,unbounded}</OperatingSchedule>
  <RefZoneLocationID>{0,1}</RefZoneLocationID>
  <RefRevenueMeterID>{0,1}</RefRevenueMeterID>
</SystemProperties>
Source
<xs:element minOccurs="0" name="SystemProperties" type="CommonSystemPropertiesType"/>
Element LightingControlGroupType / LightingFixture
Namespace No namespace
Annotations
This object defines the fixtures in the Lighting Control Group. This involves specifying a reference to a Lighting Fixture Type defined in the Lighting System and a quantity of the Fixture Type.
Diagram
Diagram Common_xsd.tmp#EquipmentInstanceType_id Common_xsd.tmp#EquipmentInstanceType_EquipmentDefinitionIdRef Common_xsd.tmp#EquipmentInstanceType_Name Common_xsd.tmp#EquipmentInstanceType_SerialNumber Common_xsd.tmp#EquipmentInstanceType_DateManufactured Common_xsd.tmp#EquipmentInstanceType_Location Common_xsd.tmp#EquipmentInstanceType_Condition Common_xsd.tmp#EquipmentInstanceType_LastServiced Common_xsd.tmp#EquipmentInstanceType_UsefulLife Common_xsd.tmp#EquipmentInstanceType LightingSystem_xsd.tmp#LightingFixtureGroupType_Description LightingSystem_xsd.tmp#LightingFixtureGroupType_Quantity LightingSystem_xsd.tmp#LightingFixtureGroupType
Type LightingFixtureGroupType
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model Name{0,1} , SerialNumber{0,1} , DateManufactured{0,1} , Location{0,1} , Condition{0,1} , LastServiced{0,1} , UsefulLife{0,1} , Description{0,1} , Quantity{0,1}
Children Condition, DateManufactured, Description, LastServiced, Location, Name, Quantity, SerialNumber, UsefulLife
Instance
<LightingFixture EquipmentDefinitionIdRef="" id="">
  <Name>{0,1}</Name>
  <SerialNumber>{0,1}</SerialNumber>
  <DateManufactured>{0,1}</DateManufactured>
  <Location>{0,1}</Location>
  <Condition>{0,1}</Condition>
  <LastServiced>{0,1}</LastServiced>
  <UsefulLife>{0,1}</UsefulLife>
  <Description>{0,1}</Description>
  <Quantity>{0,1}</Quantity>
</LightingFixture>
Attributes
QName Type Fixed Default Use Annotation
EquipmentDefinitionIdRef xs:IDREF required
ID Ref of the associated equipment definition for this equipment instance.  For example, in case of a PVModule, this would be the ID of the PvModuleDefinition element that describes this particular PV module instance.
id xs:ID required
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="LightingFixture" type="LightingFixtureGroupType">
  <xs:annotation>
    <xs:documentation>This object defines the fixtures in the Lighting Control Group. This involves specifying a reference to a Lighting Fixture Type defined in the Lighting System and a quantity of the Fixture Type.</xs:documentation>
  </xs:annotation>
</xs:element>
Element LightingFixtureGroupType / Description
Namespace No namespace
Annotations
Freeform for description of the lighting system and what it illuminates.  If the work plane is not obvious or intuitive, it should be defined here.
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: 1
Source
<xs:element name="Description" type="xs:string" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Freeform for description of the lighting system and what it illuminates. If the work plane is not obvious or intuitive, it should be defined here.</xs:documentation>
  </xs:annotation>
</xs:element>
Element LightingFixtureGroupType / Quantity
Namespace No namespace
Annotations
This is the quantity of light fixtures in the group.
Diagram
Diagram
Type restriction of xs:int
Properties
content: simple
minOccurs: 0
Facets
minInclusive 0
Source
<xs:element minOccurs="0" name="Quantity">
  <xs:annotation>
    <xs:documentation>This is the quantity of light fixtures in the group.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:int">
      <xs:minInclusive value="0"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element LightingControlGroupType / ControlProperties
Namespace No namespace
Annotations
This object defines how the fixtures in the Control Group are controled. This includes a schedule object, the impact on the operating hours if an automatic control type is defined, the way in which the fixtures are controled (auto, manual, etc.), and the switching method (the way that the light output is modulated - dimming, on/off, bi-level...).
Diagram
Diagram LightingSystem_xsd.tmp#LightingControlMethodType_Name LightingSystem_xsd.tmp#LightingControlMethodType_Description LightingSystem_xsd.tmp#LightingControlMethodType_ControlledFixtureQuantity LightingSystem_xsd.tmp#LightingControlMethodType_Reduction LightingSystem_xsd.tmp#LightingControlMethodType_ControlSchedule LightingSystem_xsd.tmp#LightingControlMethodType_SwitchingMethod LightingSystem_xsd.tmp#LightingControlMethodType_ControlMethod LightingSystem_xsd.tmp#LightingControlMethodType
Type LightingControlMethodType
Properties
content: complex
minOccurs: 0
Model Name{0,1} , Description{0,1} , ControlledFixtureQuantity{0,1} , Reduction{0,1} , ControlSchedule{0,1} , SwitchingMethod{0,1} , ControlMethod{0,1}
Children ControlMethod, ControlSchedule, ControlledFixtureQuantity, Description, Name, Reduction, SwitchingMethod
Instance
<ControlProperties>
  <Name>{0,1}</Name>
  <Description>{0,1}</Description>
  <ControlledFixtureQuantity>{0,1}</ControlledFixtureQuantity>
  <Reduction>{0,1}</Reduction>
  <ControlSchedule>{0,1}</ControlSchedule>
  <SwitchingMethod>{0,1}</SwitchingMethod>
  <ControlMethod>{0,1}</ControlMethod>
</ControlProperties>
Source
<xs:element name="ControlProperties" type="LightingControlMethodType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>This object defines how the fixtures in the Control Group are controled. This includes a schedule object, the impact on the operating hours if an automatic control type is defined, the way in which the fixtures are controled (auto, manual, etc.), and the switching method (the way that the light output is modulated - dimming, on/off, bi-level...).</xs:documentation>
  </xs:annotation>
</xs:element>
Element LightingControlMethodType / Name
Namespace No namespace
Annotations
This is simply a descriptive name, typically a common name used for the system.
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: 1
Source
<xs:element name="Name" type="xs:string" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>This is simply a descriptive name, typically a common name used for the system.</xs:documentation>
  </xs:annotation>
</xs:element>
Element LightingControlMethodType / Description
Namespace No namespace
Annotations
Freeform for description of the lighting system and what it illuminates.  If the work plane is not obvious or intuitive, it should be defined here.
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: 1
Source
<xs:element name="Description" type="xs:string" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>Freeform for description of the lighting system and what it illuminates. If the work plane is not obvious or intuitive, it should be defined here.</xs:documentation>
  </xs:annotation>
</xs:element>
Element LightingControlMethodType / ControlledFixtureQuantity
Namespace No namespace
Annotations
The number of fixtures that are controlled in this way.
Diagram
Diagram
Type restriction of xs:int
Properties
content: simple
minOccurs: 0
Facets
minInclusive 0
Source
<xs:element minOccurs="0" name="ControlledFixtureQuantity">
  <xs:annotation>
    <xs:documentation>The number of fixtures that are controlled in this way.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:int">
      <xs:minInclusive value="0"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element LightingControlMethodType / Reduction
Namespace No namespace
Annotations
The (fraction) reduction in operating hours of the light fixture group, relative to the OperatingSchedule defined in SystemProperties, that results from the ControlMethod and SwitchingMethod.
Diagram
Diagram
Type restriction of xs:float
Properties
content: simple
minOccurs: 0
Facets
maxInclusive 1
minInclusive 0
Source
<xs:element minOccurs="0" name="Reduction">
  <xs:annotation>
    <xs:documentation>The (fraction) reduction in operating hours of the light fixture group, relative to the OperatingSchedule defined in SystemProperties, that results from the ControlMethod and SwitchingMethod.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:float">
      <xs:minInclusive value="0"/>
      <xs:maxInclusive value="1"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element LightingControlMethodType / ControlSchedule
Namespace No namespace
Annotations
A schedule (likely of fraction type) may be defined instead of "Reduction" to describe the impact of the ControlMethod and SwitchingMethod on the operation/operating-hours of the Fixtures.
Diagram
Diagram
Type xs:IDREF
Properties
content: simple
minOccurs: 0
Source
<xs:element minOccurs="0" name="ControlSchedule" type="xs:IDREF">
  <xs:annotation>
    <xs:documentation>A schedule (likely of fraction type) may be defined instead of "Reduction" to describe the impact of the ControlMethod and SwitchingMethod on the operation/operating-hours of the Fixtures.</xs:documentation>
  </xs:annotation>
</xs:element>
Element LightingControlMethodType / SwitchingMethod
Namespace No namespace
Annotations
The way in which the fixtures are switched or modulated.
Examples:
Bi-level, two-step
Bi-level, checkerboard
Dimming
Three Position Switch
On/Off
Other
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: 1
Source
<xs:element name="SwitchingMethod" type="xs:string" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>The way in which the fixtures are switched or modulated. Examples: Bi-level, two-step Bi-level, checkerboard Dimming Three Position Switch On/Off Other</xs:documentation>
  </xs:annotation>
</xs:element>
Element LightingControlMethodType / ControlMethod
Namespace No namespace
Annotations
The method by which the fixtures are controlled.
Examples:
Manual
Auto-Occupancy
Auto-Photocell
Auto-Schedule
Auto-Other
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
maxOccurs: 1
Source
<xs:element name="ControlMethod" type="xs:string" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>The method by which the fixtures are controlled. Examples: Manual Auto-Occupancy Auto-Photocell Auto-Schedule Auto-Other</xs:documentation>
  </xs:annotation>
</xs:element>
Element LightingControlGroupType / LightingControlGroup
Namespace No namespace
Annotations
This element allows for layered control of lighting. For example, a building may have all of its lighting on a timeclock that turns off power to all of the lighting system at night. In addition, the light fixtures in an open office area may be manually switched.  The light fixtures in another exterior office are may be on an occupancy and/or daylight sensor. In this example, some light fixtures have multiple layers of control.
Diagram
Diagram LightingSystem_xsd.tmp#LightingControlGroupType_id LightingSystem_xsd.tmp#LightingControlGroupType_Name LightingSystem_xsd.tmp#LightingControlGroupType_Description LightingSystem_xsd.tmp#LightingControlGroupType_RefLightingZone LightingSystem_xsd.tmp#LightingControlGroupType_SystemProperties LightingSystem_xsd.tmp#LightingControlGroupType_LightingFixture LightingSystem_xsd.tmp#LightingControlGroupType_ControlProperties LightingSystem_xsd.tmp#LightingControlGroupType_LightingControlGroup LightingSystem_xsd.tmp#LightingControlGroupType
Type LightingControlGroupType
Properties
content: complex
minOccurs: 0
Model Name{0,1} , Description{0,1} , RefLightingZone{0,1} , SystemProperties{0,1} , LightingFixture* , ControlProperties{0,1} , LightingControlGroup{0,1}
Children ControlProperties, Description, LightingControlGroup, LightingFixture, Name, RefLightingZone, SystemProperties
Instance
<LightingControlGroup id="">
  <Name>{0,1}</Name>
  <Description>{0,1}</Description>
  <RefLightingZone>{0,1}</RefLightingZone>
  <SystemProperties>{0,1}</SystemProperties>
  <LightingFixture EquipmentDefinitionIdRef="" id="">{0,unbounded}</LightingFixture>
  <ControlProperties>{0,1}</ControlProperties>
  <LightingControlGroup id="">{0,1}</LightingControlGroup>
</LightingControlGroup>
Attributes
QName Type Fixed Default Use Annotation
id xs:ID optional
Source
<xs:element minOccurs="0" name="LightingControlGroup" type="LightingControlGroupType">
  <xs:annotation>
    <xs:documentation>This element allows for layered control of lighting. For example, a building may have all of its lighting on a timeclock that turns off power to all of the lighting system at night. In addition, the light fixtures in an open office area may be manually switched. The light fixtures in another exterior office are may be on an occupancy and/or daylight sensor. In this example, some light fixtures have multiple layers of control.</xs:documentation>
  </xs:annotation>
</xs:element>
Element LightingSystem
Namespace http://www.iepmodel.net
Annotations
Diagram
Diagram LightingSystem_xsd.tmp#LightingSystemType_Description LightingSystem_xsd.tmp#LightingSystemType_LightingFixtureDefinition LightingSystem_xsd.tmp#LightingSystemType_LightingZone LightingSystem_xsd.tmp#LightingSystemType_LightingControlGroup LightingSystem_xsd.tmp#LightingSystemType
Type LightingSystemType
Properties
content: complex
Model Description{0,1} , LightingFixtureDefinition* , LightingZone* , LightingControlGroup*
Children Description, LightingControlGroup, LightingFixtureDefinition, LightingZone
Instance
<LightingSystem xmlns="http://www.iepmodel.net">
  <Description>{0,1}</Description>
  <LightingFixtureDefinition id="">{0,unbounded}</LightingFixtureDefinition>
  <LightingZone id="">{0,unbounded}</LightingZone>
  <LightingControlGroup id="">{0,unbounded}</LightingControlGroup>
</LightingSystem>
Source
<xs:element name="LightingSystem" type="LightingSystemType">
  <xs:annotation>
    <xs:documentation>
    </xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type LightingSystemType
Namespace http://www.iepmodel.net
Annotations
This is the high-level object that is istanced when one wants to define a lighting system.
Diagram
Diagram LightingSystem_xsd.tmp#LightingSystemType_Description LightingSystem_xsd.tmp#LightingSystemType_LightingFixtureDefinition LightingSystem_xsd.tmp#LightingSystemType_LightingZone LightingSystem_xsd.tmp#LightingSystemType_LightingControlGroup
Used by
Model Description{0,1} , LightingFixtureDefinition* , LightingZone* , LightingControlGroup*
Children Description, LightingControlGroup, LightingFixtureDefinition, LightingZone
Source
<xs:complexType name="LightingSystemType">
  <xs:annotation>
    <xs:documentation>This is the high-level object that is istanced when one wants to define a lighting system.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Description" type="xs:string" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>Freeform for description of the lighting system and what it illuminates.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element maxOccurs="unbounded" minOccurs="0" name="LightingFixtureDefinition" type="LightingFixtureDefintionType">
      <xs:annotation>
        <xs:documentation>This object defines a single type of light fixture. A light fixture consists of a combination of a lamps and ballasts (optional) as well as the container and mounting accessories.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element maxOccurs="unbounded" minOccurs="0" name="LightingZone" type="LightingZoneType">
      <xs:annotation>
        <xs:documentation>This defines properties of light quality, level, demand and use in the zone.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element maxOccurs="unbounded" minOccurs="0" name="LightingControlGroup" type="LightingControlGroupType">
      <xs:annotation>
        <xs:documentation>This object defines a group of light fixtures and the control/operating parameters of that group of fixtures. System properties are contained here.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type LightingFixtureDefintionType
Namespace http://www.iepmodel.net
Annotations
This object defines a single type of light fixture. A light fixture consists of a combination of a lamps and ballasts (optional) as well as the container and mounting accessories.
Diagram
Diagram Common_xsd.tmp#EquipmentDefinitionType_id Common_xsd.tmp#EquipmentDefinitionType_Manufacturer Common_xsd.tmp#EquipmentDefinitionType_ModelNumber Common_xsd.tmp#EquipmentDefinitionType_ProductFamilyName Common_xsd.tmp#EquipmentDefinitionType_Description Common_xsd.tmp#EquipmentDefinitionType_MountingStyle Common_xsd.tmp#EquipmentDefinitionType_Length Common_xsd.tmp#EquipmentDefinitionType_Width Common_xsd.tmp#EquipmentDefinitionType_Depth Common_xsd.tmp#EquipmentDefinitionType_Weight Common_xsd.tmp#EquipmentDefinitionType_EnclosureMaterial Common_xsd.tmp#EquipmentDefinitionType_EnclosureNemaRating Common_xsd.tmp#EquipmentDefinitionType_ListingAgency Common_xsd.tmp#EquipmentDefinitionType_Warranty Common_xsd.tmp#EquipmentDefinitionType_EnergyStarRated Common_xsd.tmp#EquipmentDefinitionType_WhereManufactured Common_xsd.tmp#EquipmentDefinitionType LightingSystem_xsd.tmp#LightingFixtureDefintionType_FixtureEfficiency LightingSystem_xsd.tmp#LightingFixtureDefintionType_FixtureUplight LightingSystem_xsd.tmp#LightingFixtureDefintionType_FixtureDownlight LightingSystem_xsd.tmp#LightingFixtureDefintionType_FixtureIESFile LightingSystem_xsd.tmp#LightingFixtureDefintionType_LightingTechnology LightingSystem_xsd.tmp#LightingFixtureDefintionType_LampProperties LightingSystem_xsd.tmp#LightingFixtureDefintionType_BallastProperties
Type extension of EquipmentDefinitionType
Type hierarchy
Used by
Model Manufacturer , ModelNumber , ProductFamilyName{0,1} , Description{0,1} , MountingStyle{0,1} , Length{0,1} , Width{0,1} , Depth{0,1} , Weight{0,1} , EnclosureMaterial{0,1} , EnclosureNemaRating{0,1} , ListingAgency{0,1} , Warranty{0,1} , EnergyStarRated{0,1} , WhereManufactured{0,1} , FixtureEfficiency{0,1} , FixtureUplight{0,1} , FixtureDownlight{0,1} , FixtureIESFile* , LightingTechnology{0,1} , LampProperties{0,1} , BallastProperties{0,1}
Children BallastProperties, Depth, Description, EnclosureMaterial, EnclosureNemaRating, EnergyStarRated, FixtureDownlight, FixtureEfficiency, FixtureIESFile, FixtureUplight, LampProperties, Length, LightingTechnology, ListingAgency, Manufacturer, ModelNumber, MountingStyle, ProductFamilyName, Warranty, Weight, WhereManufactured, Width
Attributes
QName Type Fixed Default Use Annotation
id xs:ID required
Source
<xs:complexType name="LightingFixtureDefintionType">
  <xs:annotation>
    <xs:documentation>This object defines a single type of light fixture. A light fixture consists of a combination of a lamps and ballasts (optional) as well as the container and mounting accessories.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="EquipmentDefinitionType">
      <xs:sequence minOccurs="1" maxOccurs="1">
        <xs:element minOccurs="0" name="FixtureEfficiency">
          <xs:annotation>
            <xs:documentation>Fixture Efficiency The fraction of light created by the lamp and ballast combination that escapes the light fixture.</xs:documentation>
          </xs:annotation>
          <xs:simpleType>
            <xs:restriction base="xs:float">
              <xs:minInclusive value="0"/>
              <xs:maxInclusive value="1"/>
            </xs:restriction>
          </xs:simpleType>
        </xs:element>
        <xs:element minOccurs="0" name="FixtureUplight">
          <xs:annotation>
            <xs:documentation>Fixture Uplight The fraction of light that escapes the light fixture that escapes in the upward direction. Fixture uplight and fixture downlight should sum to 1.</xs:documentation>
          </xs:annotation>
          <xs:simpleType>
            <xs:restriction base="xs:float">
              <xs:minInclusive value="0"/>
              <xs:maxInclusive value="1"/>
            </xs:restriction>
          </xs:simpleType>
        </xs:element>
        <xs:element minOccurs="0" name="FixtureDownlight">
          <xs:annotation>
            <xs:documentation>Fixture Uplight The fraction of light that escapes the light fixture that escapes in the downward direction. Fixture uplight and fixture downlight should sum to 1.</xs:documentation>
          </xs:annotation>
          <xs:simpleType>
            <xs:restriction base="xs:float">
              <xs:minInclusive value="0"/>
              <xs:maxInclusive value="1"/>
            </xs:restriction>
          </xs:simpleType>
        </xs:element>
        <xs:element maxOccurs="unbounded" minOccurs="0" name="FixtureIESFile" type="xs:string">
          <xs:annotation>
            <xs:documentation>This element has not been fully implemented at this time. The IES file is created by ____ and contains... In the future, this element may contain the actual IES file converted to a suitable format such as text or binary.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="LightingTechnology" type="LightingTechnologyEnumType" minOccurs="0" maxOccurs="1">
          <xs:annotation>
            <xs:documentation>The type of technology that is used to create light. This is also a general indication of the lamp type.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="LampProperties" type="LampPropertiesType" minOccurs="0" maxOccurs="1">
          <xs:annotation>
            <xs:documentation>These are common attributes of a lamp.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="BallastProperties" type="BallastPropertiesType" minOccurs="0" maxOccurs="1">
          <xs:annotation>
            <xs:documentation>These are attributes of the ballast. There doesn't need to be a ballast.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Simple Type LightingTechnologyEnumType
Namespace http://www.iepmodel.net
Annotations
This is an enumeration of common lighting technologies.
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration Incandescent
enumeration Halogen
enumeration Compact Fluorescent
enumeration Linear Fluorescent
enumeration High Intensity Discharge
enumeration LED
enumeration Induction
enumeration Plasma
enumeration Neon
Used by
Source
<xs:simpleType name="LightingTechnologyEnumType">
  <xs:annotation>
    <xs:documentation>This is an enumeration of common lighting technologies.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="Incandescent"/>
    <xs:enumeration value="Halogen"/>
    <xs:enumeration value="Compact Fluorescent"/>
    <xs:enumeration value="Linear Fluorescent"/>
    <xs:enumeration value="High Intensity Discharge"/>
    <xs:enumeration value="LED"/>
    <xs:enumeration value="Induction"/>
    <xs:enumeration value="Plasma"/>
    <xs:enumeration value="Neon"/>
  </xs:restriction>
</xs:simpleType>
Complex Type LampPropertiesType
Namespace http://www.iepmodel.net
Annotations
This is a collection of common lamp attributes. Note that the lamp type is known from the LightingTypeEnum which is used in the LightingSystem element Type.
Diagram
Diagram Common_xsd.tmp#EquipmentDefinitionType_id Common_xsd.tmp#EquipmentDefinitionType_Manufacturer Common_xsd.tmp#EquipmentDefinitionType_ModelNumber Common_xsd.tmp#EquipmentDefinitionType_ProductFamilyName Common_xsd.tmp#EquipmentDefinitionType_Description Common_xsd.tmp#EquipmentDefinitionType_MountingStyle Common_xsd.tmp#EquipmentDefinitionType_Length Common_xsd.tmp#EquipmentDefinitionType_Width Common_xsd.tmp#EquipmentDefinitionType_Depth Common_xsd.tmp#EquipmentDefinitionType_Weight Common_xsd.tmp#EquipmentDefinitionType_EnclosureMaterial Common_xsd.tmp#EquipmentDefinitionType_EnclosureNemaRating Common_xsd.tmp#EquipmentDefinitionType_ListingAgency Common_xsd.tmp#EquipmentDefinitionType_Warranty Common_xsd.tmp#EquipmentDefinitionType_EnergyStarRated Common_xsd.tmp#EquipmentDefinitionType_WhereManufactured Common_xsd.tmp#EquipmentDefinitionType LightingSystem_xsd.tmp#LampPropertiesType_CRI LightingSystem_xsd.tmp#LampPropertiesType_QuantityPerFixture LightingSystem_xsd.tmp#LampPropertiesType_WattsNominal LightingSystem_xsd.tmp#LampPropertiesType_ColorTemperature LightingSystem_xsd.tmp#LampPropertiesType_InitialLumens LightingSystem_xsd.tmp#LampPropertiesType_MeanLumens LightingSystem_xsd.tmp#LampPropertiesType_SPRatio
Type extension of EquipmentDefinitionType
Type hierarchy
Used by
Model Manufacturer , ModelNumber , ProductFamilyName{0,1} , Description{0,1} , MountingStyle{0,1} , Length{0,1} , Width{0,1} , Depth{0,1} , Weight{0,1} , EnclosureMaterial{0,1} , EnclosureNemaRating{0,1} , ListingAgency{0,1} , Warranty{0,1} , EnergyStarRated{0,1} , WhereManufactured{0,1} , CRI{0,1} , QuantityPerFixture{0,1} , WattsNominal{0,1} , ColorTemperature{0,1} , InitialLumens{0,1} , MeanLumens{0,1} , SPRatio{0,1}
Children CRI, ColorTemperature, Depth, Description, EnclosureMaterial, EnclosureNemaRating, EnergyStarRated, InitialLumens, Length, ListingAgency, Manufacturer, MeanLumens, ModelNumber, MountingStyle, ProductFamilyName, QuantityPerFixture, SPRatio, Warranty, WattsNominal, Weight, WhereManufactured, Width
Attributes
QName Type Fixed Default Use Annotation
id xs:ID required
Source
<xs:complexType name="LampPropertiesType">
  <xs:annotation>
    <xs:documentation>This is a collection of common lamp attributes. Note that the lamp type is known from the LightingTypeEnum which is used in the LightingSystem element Type.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="EquipmentDefinitionType">
      <xs:sequence minOccurs="1" maxOccurs="1">
        <xs:element name="CRI" type="xs:float" minOccurs="0" maxOccurs="1">
          <xs:annotation>
            <xs:documentation>Color Rendering Index (CRI) of lamp. This value represents the quality to which the light source reproduces the visible light spectrum.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="QuantityPerFixture" minOccurs="0" maxOccurs="1">
          <xs:annotation>
            <xs:documentation>The number of lamps per fixture. Note that the definition of "fixture" is subject to the surveyor. This detail should be described included in the Description element of Lighting Fixture Type.</xs:documentation>
          </xs:annotation>
          <xs:simpleType>
            <xs:restriction base="xs:int">
              <xs:minInclusive value="0"/>
            </xs:restriction>
          </xs:simpleType>
        </xs:element>
        <xs:element name="WattsNominal" minOccurs="0" maxOccurs="1">
          <xs:annotation>
            <xs:documentation>Nominal wattage of the lamp (value listed on lamp label or nameplate). Note that this doesn't represent the actual input power of a ballasted fixture.</xs:documentation>
          </xs:annotation>
          <xs:simpleType>
            <xs:restriction base="xs:float">
              <xs:minExclusive value="0"/>
            </xs:restriction>
          </xs:simpleType>
        </xs:element>
        <xs:element name="ColorTemperature" minOccurs="0" maxOccurs="1">
          <xs:annotation>
            <xs:documentation>The lamp color temperature as measured in Kelvin.</xs:documentation>
          </xs:annotation>
          <xs:simpleType>
            <xs:restriction base="xs:float">
              <xs:minInclusive value="0"/>
            </xs:restriction>
          </xs:simpleType>
        </xs:element>
        <xs:element name="InitialLumens" minOccurs="0" maxOccurs="1">
          <xs:annotation>
            <xs:documentation>Light output (in Lumens) when lamp is first powered.</xs:documentation>
          </xs:annotation>
          <xs:simpleType>
            <xs:restriction base="xs:int">
              <xs:minInclusive value="0"/>
            </xs:restriction>
          </xs:simpleType>
        </xs:element>
        <xs:element name="MeanLumens" minOccurs="0" maxOccurs="1">
          <xs:annotation>
            <xs:documentation>Average light output over the lifetime of the lamp.</xs:documentation>
          </xs:annotation>
          <xs:simpleType>
            <xs:restriction base="xs:int">
              <xs:minInclusive value="0"/>
            </xs:restriction>
          </xs:simpleType>
        </xs:element>
        <xs:element name="SPRatio" minOccurs="0" maxOccurs="1">
          <xs:annotation>
            <xs:documentation>SP Ratio.</xs:documentation>
          </xs:annotation>
          <xs:simpleType>
            <xs:restriction base="xs:float">
              <xs:minInclusive value="0"/>
            </xs:restriction>
          </xs:simpleType>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Complex Type BallastPropertiesType
Namespace http://www.iepmodel.net
Annotations
A set of typical attributes associated with ballasts.
Diagram
Diagram Common_xsd.tmp#EquipmentDefinitionType_id Common_xsd.tmp#EquipmentDefinitionType_Manufacturer Common_xsd.tmp#EquipmentDefinitionType_ModelNumber Common_xsd.tmp#EquipmentDefinitionType_ProductFamilyName Common_xsd.tmp#EquipmentDefinitionType_Description Common_xsd.tmp#EquipmentDefinitionType_MountingStyle Common_xsd.tmp#EquipmentDefinitionType_Length Common_xsd.tmp#EquipmentDefinitionType_Width Common_xsd.tmp#EquipmentDefinitionType_Depth Common_xsd.tmp#EquipmentDefinitionType_Weight Common_xsd.tmp#EquipmentDefinitionType_EnclosureMaterial Common_xsd.tmp#EquipmentDefinitionType_EnclosureNemaRating Common_xsd.tmp#EquipmentDefinitionType_ListingAgency Common_xsd.tmp#EquipmentDefinitionType_Warranty Common_xsd.tmp#EquipmentDefinitionType_EnergyStarRated Common_xsd.tmp#EquipmentDefinitionType_WhereManufactured Common_xsd.tmp#EquipmentDefinitionType LightingSystem_xsd.tmp#BallastPropertiesType_BallastTechnology LightingSystem_xsd.tmp#BallastPropertiesType_BallastFactor LightingSystem_xsd.tmp#BallastPropertiesType_QuantityPerFixture LightingSystem_xsd.tmp#BallastPropertiesType_PowerFactor LightingSystem_xsd.tmp#BallastPropertiesType_THD
Type extension of EquipmentDefinitionType
Type hierarchy
Used by
Model Manufacturer , ModelNumber , ProductFamilyName{0,1} , Description{0,1} , MountingStyle{0,1} , Length{0,1} , Width{0,1} , Depth{0,1} , Weight{0,1} , EnclosureMaterial{0,1} , EnclosureNemaRating{0,1} , ListingAgency{0,1} , Warranty{0,1} , EnergyStarRated{0,1} , WhereManufactured{0,1} , BallastTechnology{0,1} , BallastFactor{0,1} , QuantityPerFixture{0,1} , PowerFactor{0,1} , THD{0,1}
Children BallastFactor, BallastTechnology, Depth, Description, EnclosureMaterial, EnclosureNemaRating, EnergyStarRated, Length, ListingAgency, Manufacturer, ModelNumber, MountingStyle, PowerFactor, ProductFamilyName, QuantityPerFixture, THD, Warranty, Weight, WhereManufactured, Width
Attributes
QName Type Fixed Default Use Annotation
id xs:ID required
Source
<xs:complexType name="BallastPropertiesType">
  <xs:annotation>
    <xs:documentation>A set of typical attributes associated with ballasts.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="EquipmentDefinitionType">
      <xs:sequence minOccurs="1">
        <xs:element name="BallastTechnology" type="xs:string" minOccurs="0" maxOccurs="1">
          <xs:annotation>
            <xs:documentation>The type of ballast used. Examples: HID Induction LED Plasma Instant Start Rapid Start Program Start Program Start, Dimming Program Start, Bi-Level Program Start, Multi-Level</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="BallastFactor" minOccurs="0" maxOccurs="1">
          <xs:annotation>
            <xs:documentation>Ballast factor indicates the power output of the ballast relative to a standard. This value typically varies from 0.5 to 1.5 and is typically falls 0.75 to 1.2. A value of zero may indicate that no ballast is used.</xs:documentation>
          </xs:annotation>
          <xs:simpleType>
            <xs:restriction base="xs:float">
              <xs:minInclusive value="0"/>
            </xs:restriction>
          </xs:simpleType>
        </xs:element>
        <xs:element name="QuantityPerFixture" minOccurs="0" maxOccurs="1">
          <xs:annotation>
            <xs:documentation>The number of ballasts per fixture. Note that the definition of "fixture" is subject to the surveyor. This detail should be described included in the Description element of Lighting System.</xs:documentation>
          </xs:annotation>
          <xs:simpleType>
            <xs:restriction base="xs:int">
              <xs:minInclusive value="0"/>
            </xs:restriction>
          </xs:simpleType>
        </xs:element>
        <xs:element name="PowerFactor" minOccurs="0" maxOccurs="1">
          <xs:annotation>
            <xs:documentation>This is the power factor of the ballast.</xs:documentation>
          </xs:annotation>
          <xs:simpleType>
            <xs:restriction base="xs:float">
              <xs:minInclusive value="0"/>
            </xs:restriction>
          </xs:simpleType>
        </xs:element>
        <xs:element minOccurs="0" name="THD">
          <xs:annotation>
            <xs:documentation>Total Harmonic Distortion</xs:documentation>
          </xs:annotation>
          <xs:simpleType>
            <xs:restriction base="xs:float">
              <xs:minInclusive value="0"/>
              <xs:maxInclusive value="1"/>
            </xs:restriction>
          </xs:simpleType>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Complex Type LightingZoneType
Namespace http://www.iepmodel.net
Annotations
This object defines the properties of the space/zone that is illuminated. This is where some details of a lighting survey are contained, such as light leve, lighting planes and space use type.
Diagram
Diagram LightingSystem_xsd.tmp#LightingZoneType_id LightingSystem_xsd.tmp#LightingZoneType_Name LightingSystem_xsd.tmp#LightingZoneType_Description LightingSystem_xsd.tmp#LightingZoneType_IESNACategory LightingSystem_xsd.tmp#LightingZoneType_LightLevels LightingSystem_xsd.tmp#LightingZoneType_Dimensions LightingSystem_xsd.tmp#LightingZoneType_Surfaces
Used by
Model Name{0,1} , Description{0,1} , IESNACategory{0,1} , LightLevels{0,1} , Dimensions{0,1} , Surfaces{0,1}
Children Description, Dimensions, IESNACategory, LightLevels, Name, Surfaces
Attributes
QName Type Fixed Default Use Annotation
id xs:ID optional
Source
<xs:complexType name="LightingZoneType">
  <xs:annotation>
    <xs:documentation>This object defines the properties of the space/zone that is illuminated. This is where some details of a lighting survey are contained, such as light leve, lighting planes and space use type.</xs:documentation>
  </xs:annotation>
  <xs:sequence minOccurs="1">
    <xs:element name="Name" type="xs:string" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>This is simply a descriptive name, typically a common name used for the system.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Description" type="xs:string" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>Freeform for description of the lighting system and what it illuminates. If the work plane is not obvious or intuitive, it should be defined here.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element minOccurs="0" name="IESNACategory" type="xs:string">
      <xs:annotation>
        <xs:documentation>Illuminating Engineering Society of North America (IESNA) http://www.iesna.org/ The IESNA publishes a category set that describes the use case for lighting in a space. This listing can be found here:</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element minOccurs="0" name="LightLevels" type="xs:string">
      <xs:annotation>
        <xs:documentation>Observed or recommended light levels for the space.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element minOccurs="0" name="Dimensions" type="xs:string">
      <xs:annotation>
        <xs:documentation>Dimensions of the illuminated zone/space.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element minOccurs="0" name="Surfaces" type="xs:string">
      <xs:annotation>
        <xs:documentation>Important or key surfaces in the illuminated space that dictate the minimum or required light levels for the space.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="id" type="xs:ID"/>
</xs:complexType>
Complex Type LightingControlGroupType
Namespace http://www.iepmodel.net
Annotations
This object defines a group of light fixtures and the control/operating parameters of that group of fixtures. System properties are contained here.
Diagram
Diagram LightingSystem_xsd.tmp#LightingControlGroupType_id LightingSystem_xsd.tmp#LightingControlGroupType_Name LightingSystem_xsd.tmp#LightingControlGroupType_Description LightingSystem_xsd.tmp#LightingControlGroupType_RefLightingZone LightingSystem_xsd.tmp#LightingControlGroupType_SystemProperties LightingSystem_xsd.tmp#LightingControlGroupType_LightingFixture LightingSystem_xsd.tmp#LightingControlGroupType_ControlProperties LightingSystem_xsd.tmp#LightingControlGroupType_LightingControlGroup
Used by
Model Name{0,1} , Description{0,1} , RefLightingZone{0,1} , SystemProperties{0,1} , LightingFixture* , ControlProperties{0,1} , LightingControlGroup{0,1}
Children ControlProperties, Description, LightingControlGroup, LightingFixture, Name, RefLightingZone, SystemProperties
Attributes
QName Type Fixed Default Use Annotation
id xs:ID optional
Source
<xs:complexType name="LightingControlGroupType">
  <xs:annotation>
    <xs:documentation>This object defines a group of light fixtures and the control/operating parameters of that group of fixtures. System properties are contained here.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Name" type="xs:string" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>This is simply a descriptive name, typically a common name used for the system.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Description" type="xs:string" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>Freeform for description of the lighting system and what it illuminates. If the work plane is not obvious or intuitive, it should be defined here.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element maxOccurs="1" minOccurs="0" name="RefLightingZone" type="xs:IDREF">
      <xs:annotation>
        <xs:documentation>This is a reference to a defined/instanced lighting zone.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element minOccurs="0" name="SystemProperties" type="CommonSystemPropertiesType"/>
    <xs:element maxOccurs="unbounded" minOccurs="0" name="LightingFixture" type="LightingFixtureGroupType">
      <xs:annotation>
        <xs:documentation>This object defines the fixtures in the Lighting Control Group. This involves specifying a reference to a Lighting Fixture Type defined in the Lighting System and a quantity of the Fixture Type.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ControlProperties" type="LightingControlMethodType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>This object defines how the fixtures in the Control Group are controled. This includes a schedule object, the impact on the operating hours if an automatic control type is defined, the way in which the fixtures are controled (auto, manual, etc.), and the switching method (the way that the light output is modulated - dimming, on/off, bi-level...).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element minOccurs="0" name="LightingControlGroup" type="LightingControlGroupType">
      <xs:annotation>
        <xs:documentation>This element allows for layered control of lighting. For example, a building may have all of its lighting on a timeclock that turns off power to all of the lighting system at night. In addition, the light fixtures in an open office area may be manually switched. The light fixtures in another exterior office are may be on an occupancy and/or daylight sensor. In this example, some light fixtures have multiple layers of control.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="id" type="xs:ID"/>
</xs:complexType>
Complex Type LightingFixtureGroupType
Namespace http://www.iepmodel.net
Annotations
This object defines a type of light fixture and the quantity of them.
Diagram
Diagram Common_xsd.tmp#EquipmentInstanceType_id Common_xsd.tmp#EquipmentInstanceType_EquipmentDefinitionIdRef Common_xsd.tmp#EquipmentInstanceType_Name Common_xsd.tmp#EquipmentInstanceType_SerialNumber Common_xsd.tmp#EquipmentInstanceType_DateManufactured Common_xsd.tmp#EquipmentInstanceType_Location Common_xsd.tmp#EquipmentInstanceType_Condition Common_xsd.tmp#EquipmentInstanceType_LastServiced Common_xsd.tmp#EquipmentInstanceType_UsefulLife Common_xsd.tmp#EquipmentInstanceType LightingSystem_xsd.tmp#LightingFixtureGroupType_Description LightingSystem_xsd.tmp#LightingFixtureGroupType_Quantity
Type extension of EquipmentInstanceType
Type hierarchy
Used by
Model Name{0,1} , SerialNumber{0,1} , DateManufactured{0,1} , Location{0,1} , Condition{0,1} , LastServiced{0,1} , UsefulLife{0,1} , Description{0,1} , Quantity{0,1}
Children Condition, DateManufactured, Description, LastServiced, Location, Name, Quantity, SerialNumber, UsefulLife
Attributes
QName Type Fixed Default Use Annotation
EquipmentDefinitionIdRef xs:IDREF required
ID Ref of the associated equipment definition for this equipment instance.  For example, in case of a PVModule, this would be the ID of the PvModuleDefinition element that describes this particular PV module instance.
id xs:ID required
Source
<xs:complexType name="LightingFixtureGroupType">
  <xs:annotation>
    <xs:documentation>This object defines a type of light fixture and the quantity of them.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="EquipmentInstanceType">
      <xs:sequence>
        <xs:element name="Description" type="xs:string" minOccurs="0" maxOccurs="1">
          <xs:annotation>
            <xs:documentation>Freeform for description of the lighting system and what it illuminates. If the work plane is not obvious or intuitive, it should be defined here.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="Quantity">
          <xs:annotation>
            <xs:documentation>This is the quantity of light fixtures in the group.</xs:documentation>
          </xs:annotation>
          <xs:simpleType>
            <xs:restriction base="xs:int">
              <xs:minInclusive value="0"/>
            </xs:restriction>
          </xs:simpleType>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Complex Type LightingControlMethodType
Namespace http://www.iepmodel.net
Annotations
This object defines the way in which a group of light fixtures is controled.
Diagram
Diagram LightingSystem_xsd.tmp#LightingControlMethodType_Name LightingSystem_xsd.tmp#LightingControlMethodType_Description LightingSystem_xsd.tmp#LightingControlMethodType_ControlledFixtureQuantity LightingSystem_xsd.tmp#LightingControlMethodType_Reduction LightingSystem_xsd.tmp#LightingControlMethodType_ControlSchedule LightingSystem_xsd.tmp#LightingControlMethodType_SwitchingMethod LightingSystem_xsd.tmp#LightingControlMethodType_ControlMethod
Used by
Model Name{0,1} , Description{0,1} , ControlledFixtureQuantity{0,1} , Reduction{0,1} , ControlSchedule{0,1} , SwitchingMethod{0,1} , ControlMethod{0,1}
Children ControlMethod, ControlSchedule, ControlledFixtureQuantity, Description, Name, Reduction, SwitchingMethod
Source
<xs:complexType name="LightingControlMethodType">
  <xs:annotation>
    <xs:documentation>This object defines the way in which a group of light fixtures is controled.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Name" type="xs:string" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>This is simply a descriptive name, typically a common name used for the system.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Description" type="xs:string" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>Freeform for description of the lighting system and what it illuminates. If the work plane is not obvious or intuitive, it should be defined here.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element minOccurs="0" name="ControlledFixtureQuantity">
      <xs:annotation>
        <xs:documentation>The number of fixtures that are controlled in this way.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:int">
          <xs:minInclusive value="0"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element minOccurs="0" name="Reduction">
      <xs:annotation>
        <xs:documentation>The (fraction) reduction in operating hours of the light fixture group, relative to the OperatingSchedule defined in SystemProperties, that results from the ControlMethod and SwitchingMethod.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:float">
          <xs:minInclusive value="0"/>
          <xs:maxInclusive value="1"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element minOccurs="0" name="ControlSchedule" type="xs:IDREF">
      <xs:annotation>
        <xs:documentation>A schedule (likely of fraction type) may be defined instead of "Reduction" to describe the impact of the ControlMethod and SwitchingMethod on the operation/operating-hours of the Fixtures.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SwitchingMethod" type="xs:string" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>The way in which the fixtures are switched or modulated. Examples: Bi-level, two-step Bi-level, checkerboard Dimming Three Position Switch On/Off Other</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ControlMethod" type="xs:string" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation>The method by which the fixtures are controlled. Examples: Manual Auto-Occupancy Auto-Photocell Auto-Schedule Auto-Other</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Attribute LightingZoneType / @id
Namespace No namespace
Type xs:ID
Properties
content: simple
Used by
Complex Type LightingZoneType
Source
<xs:attribute name="id" type="xs:ID"/>
Attribute LightingControlGroupType / @id
Namespace No namespace
Type xs:ID
Properties
content: simple
Used by
Source
<xs:attribute name="id" type="xs:ID"/>