<xs:complexType name="IfcExtendedMaterialProperties">
<xs:complexContent>
<xs:extension base="ifc:IfcMaterialProperties">
<xs:sequence>
<xs:element name="ExtendedProperties">
<xs:complexType>
<xs:sequence>
<xs:element ref="ifc:IfcProperty" maxOccurs="unbounded" />
</xs:sequence>
<xs:attribute ref="ex:itemType" fixed="ifc:IfcProperty" />
<xs:attribute ref="ex:cType" fixed="set" />
<xs:attribute ref="ex:arraySize" use="optional" />
</xs:complexType>
</xs:element>
<xs:element name="Description" type="ifc:IfcText" nillable="true" minOccurs="0" />
<xs:element name="Name" type="ifc:IfcLabel" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|