ifc:IfcMaterialConstituent

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
Category ifc:IfcLabel optional
Description ifc:IfcText optional
Fraction ifc:IfcNormalisedRatioMeasure optional
Name ifc:IfcLabel optional
href xs:anyURI optional
id xs:ID optional
path xs:NMTOKENS optional
pos restriction of list of xs:integer optional
ref xs:IDREF optional

Used By

Source

<xs:complexType name="IfcMaterialConstituent">
  <xs:complexContent>
    <xs:extension base="ifc:IfcMaterialDefinition">
      <xs:sequence>
        <xs:element name="Material" type="ifc:IfcMaterial" nillable="true"/>
      </xs:sequence>
      <xs:attribute name="Name" type="ifc:IfcLabel" use="optional"/>
      <xs:attribute name="Description" type="ifc:IfcText" use="optional"/>
      <xs:attribute name="Fraction" type="ifc:IfcNormalisedRatioMeasure" use="optional"/>
      <xs:attribute name="Category" type="ifc:IfcLabel" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>