<xs:complexType name="IfcSoundProperties">
<xs:complexContent>
<xs:extension base="ifc:IfcPropertySetDefinition">
<xs:sequence>
<xs:element name="IsAttenuating" type="ifc:IfcBoolean" />
<xs:element name="SoundScale" type="ifc:IfcSoundScaleEnum" nillable="true" minOccurs="0" />
<xs:element name="PointOfMeasurement" nillable="true" minOccurs="0">
<xs:complexType>
<xs:choice>
<xs:element ref="ifc:IfcLocalPlacement" />
</xs:choice>
</xs:complexType>
</xs:element>
<xs:element name="SoundValues">
<xs:complexType>
<xs:sequence>
<xs:element ref="ifc:IfcSoundValue" maxOccurs="8" />
</xs:sequence>
<xs:attribute ref="ex:itemType" fixed="ifc:IfcSoundValue" />
<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>
|