| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| AmbientIntensity | ifc:IfcNormalisedRatioMeasure | optional | ||||
| BeamWidthAngle | ifc:IfcPositivePlaneAngleMeasure | optional | ||||
| ConcentrationExponent | ifc:IfcReal | optional | ||||
| ConstantAttenuation | ifc:IfcReal | optional | ||||
| DistanceAttenuation | ifc:IfcReal | optional | ||||
| Intensity | ifc:IfcNormalisedRatioMeasure | optional | ||||
| Name | ifc:IfcLabel | optional | ||||
| QuadricAttenuation | ifc:IfcReal | optional | ||||
| Radius | ifc:IfcPositiveLengthMeasure | optional | ||||
| SpreadAngle | ifc:IfcPositivePlaneAngleMeasure | optional | ||||
| href | xs:anyURI | optional | ||||
| id | xs:ID | optional | ||||
| path | xs:NMTOKENS | optional | ||||
| pos | restriction of list of xs:integer | optional | ||||
| ref | xs:IDREF | optional |
| Element | ifc:IfcLightSourceSpot |
<xs:complexType name="IfcLightSourceSpot"> <xs:complexContent> <xs:extension base="ifc:IfcLightSourcePositional"> <xs:sequence> <xs:element name="Orientation" type="ifc:IfcDirection" nillable="true"/> </xs:sequence> <xs:attribute name="ConcentrationExponent" type="ifc:IfcReal" use="optional"/> <xs:attribute name="SpreadAngle" type="ifc:IfcPositivePlaneAngleMeasure" use="optional"/> <xs:attribute name="BeamWidthAngle" type="ifc:IfcPositivePlaneAngleMeasure" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> |