<xs:complexType name="IfcLightSourcePositional">
<xs:complexContent>
<xs:extension base="ifc:IfcLightSource">
<xs:sequence>
<xs:element name="Position">
<xs:complexType>
<xs:choice>
<xs:element ref="ifc:IfcCartesianPoint" />
</xs:choice>
</xs:complexType>
</xs:element>
<xs:element name="Radius" type="ifc:IfcPositiveLengthMeasure" />
<xs:element name="ConstantAttenuation" type="ifc:IfcReal" />
<xs:element name="DistanceAttenuation" type="ifc:IfcReal" />
<xs:element name="QuadricAttenuation" type="ifc:IfcReal" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|