ifc:IfcMaterialLayerSet

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
Description ifc:IfcText optional
LayerSetName 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="IfcMaterialLayerSet">
  <xs:complexContent>
    <xs:extension base="ifc:IfcMaterialDefinition">
      <xs:sequence>
        <xs:element name="MaterialLayers">
          <xs:complexType>
            <xs:sequence>
              <xs:element ref="ifc:IfcMaterialLayer" maxOccurs="unbounded"/>
            </xs:sequence>
            <xs:attribute ref="ifc:itemType" fixed="ifc:IfcMaterialLayer"/>
            <xs:attribute ref="ifc:cType" fixed="list"/>
            <xs:attribute ref="ifc:arraySize" use="optional"/>
          </xs:complexType>
        </xs:element>
      </xs:sequence>
      <xs:attribute name="LayerSetName" type="ifc:IfcLabel" use="optional"/>
      <xs:attribute name="Description" type="ifc:IfcText" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>