Material - Liste | |
Material List | |
Liste de matériaux |
IfcMaterialList is a list of the different materials that are used in an element.
NOTE The class IfcMaterialList will normally be used where an element is described at a more abstract level. For example, for an architectural specification writer, the only information that may be needed about a concrete column is that it contains concrete, reinforcing steel and mild steel ligatures. It shall not be used for elements consisting of material layers when the different layers can be defined and the class IfcMaterialLayerSet can be used. Also, IfcMaterialList shall not be used for elements consisting of a single identifiable material (for example, to represent anisotropic material).
IFC4 CHANGE The entity IfcMaterialList is deprecated and shall no longer be used. Use IfcMaterialConstituentSet instead.
# | Attribute | Type | Cardinality | Description | G |
---|---|---|---|---|---|
1 | Materials | IfcMaterial | L[1:?] | Materials used in a composition of substances. | X |
# | Attribute | Type | Cardinality | Description | G |
---|---|---|---|---|---|
IfcMaterialList | |||||
1 | Materials | IfcMaterial | L[1:?] | Materials used in a composition of substances. | X |
<xs:element name="IfcMaterialList" type="ifc:IfcMaterialList" substitutionGroup="ifc:Entity" nillable="true"/>
<xs:complexType name="IfcMaterialList">
<xs:complexContent>
<xs:extension base="ifc:Entity">
<xs:sequence>
<xs:element name="Materials">
<xs:complexType>
<xs:sequence>
<xs:element ref="ifc:IfcMaterial" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute ref="ifc:itemType" fixed="ifc:IfcMaterial"/>
<xs:attribute ref="ifc:cType" fixed="list"/>
<xs:attribute ref="ifc:arraySize" use="optional"/>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
ENTITY IfcMaterialList;
Materials : LIST [1:?] OF IfcMaterial;
END_ENTITY;
References: IfcMaterialSelect