<xs:complexType name="IfcLightSourceGoniometric">
<xs:complexContent>
<xs:extension base="ifc:IfcLightSource">
<xs:sequence>
<xs:element name="Position">
<xs:complexType>
<xs:choice>
<xs:element ref="ifc:IfcAxis2Placement3D" />
</xs:choice>
</xs:complexType>
</xs:element>
<xs:element name="ColourAppearance" nillable="true" minOccurs="0">
<xs:complexType>
<xs:choice>
<xs:element ref="ifc:IfcColourRgb" />
</xs:choice>
</xs:complexType>
</xs:element>
<xs:element name="ColourTemperature" type="ifc:IfcThermodynamicTemperatureMeasure" />
<xs:element name="LuminousFlux" type="ifc:IfcLuminousFluxMeasure" />
<xs:element name="LightEmissionSource" type="ifc:IfcLightEmissionSourceEnum" />
<xs:element name="LightDistributionDataSource">
<xs:complexType>
<xs:group ref="ifc:IfcLightDistributionDataSourceSelect" />
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|