<xs:complexType name="IfcOpticalMaterialProperties">
<xs:complexContent>
<xs:extension base="ifc:IfcMaterialProperties">
<xs:sequence>
<xs:element name="VisibleTransmittance" type="ifc:IfcPositiveRatioMeasure" nillable="true" minOccurs="0" />
<xs:element name="SolarTransmittance" type="ifc:IfcPositiveRatioMeasure" nillable="true" minOccurs="0" />
<xs:element name="ThermalIrTransmittance" type="ifc:IfcPositiveRatioMeasure" nillable="true" minOccurs="0" />
<xs:element name="ThermalIrEmissivityBack" type="ifc:IfcPositiveRatioMeasure" nillable="true" minOccurs="0" />
<xs:element name="ThermalIrEmissivityFront" type="ifc:IfcPositiveRatioMeasure" nillable="true" minOccurs="0" />
<xs:element name="VisibleReflectanceBack" type="ifc:IfcPositiveRatioMeasure" nillable="true" minOccurs="0" />
<xs:element name="VisibleReflectanceFront" type="ifc:IfcPositiveRatioMeasure" nillable="true" minOccurs="0" />
<xs:element name="SolarReflectanceFront" type="ifc:IfcPositiveRatioMeasure" nillable="true" minOccurs="0" />
<xs:element name="SolarReflectanceBack" type="ifc:IfcPositiveRatioMeasure" nillable="true" minOccurs="0" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|