<xs:complexType name="IfcLightIntensityDistribution">
<xs:complexContent>
<xs:extension base="ex:Entity">
<xs:sequence>
<xs:element name="LightDistributionCurve" type="ifc:IfcLightDistributionCurveEnum" />
<xs:element name="DistributionData">
<xs:complexType>
<xs:sequence>
<xs:element ref="ifc:IfcLightDistributionData" maxOccurs="unbounded" />
</xs:sequence>
<xs:attribute ref="ex:itemType" fixed="ifc:IfcLightDistributionData" />
<xs:attribute ref="ex:cType" fixed="list" />
<xs:attribute ref="ex:arraySize" use="optional" />
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|