ifc:IfcMaterialLayer

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
Category ifc:IfcLabel optional
Description ifc:IfcText optional
IsVentilated ifc:IfcLogical optional
LayerThickness ifc:IfcNonNegativeLengthMeasure optional
Name ifc:IfcLabel optional
Priority ifc:IfcNormalisedRatioMeasure 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="IfcMaterialLayer">
  <xs:complexContent>
    <xs:extension base="ifc:IfcMaterialDefinition">
      <xs:sequence>
        <xs:element name="Material" type="ifc:IfcMaterial" nillable="true" minOccurs="0"/>
      </xs:sequence>
      <xs:attribute name="LayerThickness" type="ifc:IfcNonNegativeLengthMeasure" use="optional"/>
      <xs:attribute name="IsVentilated" type="ifc:IfcLogical" use="optional"/>
      <xs:attribute name="Name" type="ifc:IfcLabel" use="optional"/>
      <xs:attribute name="Description" type="ifc:IfcText" use="optional"/>
      <xs:attribute name="Category" type="ifc:IfcLabel" use="optional"/>
      <xs:attribute name="Priority" type="ifc:IfcNormalisedRatioMeasure" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>