ifc:IfcMaterialLayerSetUsage

Complex Type Information

Model

Children: ifc:ForLayerSet

Attributes

QName Type Fixed Default Use Inheritable Annotation
DirectionSense ifc:IfcDirectionSenseEnum optional
LayerSetDirection ifc:IfcLayerSetDirectionEnum optional
OffsetFromReferenceLine ifc:IfcLengthMeasure optional
ReferenceExtent ifc:IfcPositiveLengthMeasure 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="IfcMaterialLayerSetUsage">
  <xs:complexContent>
    <xs:extension base="ifc:IfcMaterialUsageDefinition">
      <xs:sequence>
        <xs:element name="ForLayerSet" type="ifc:IfcMaterialLayerSet" nillable="true"/>
      </xs:sequence>
      <xs:attribute name="LayerSetDirection" type="ifc:IfcLayerSetDirectionEnum" use="optional"/>
      <xs:attribute name="DirectionSense" type="ifc:IfcDirectionSenseEnum" use="optional"/>
      <xs:attribute name="OffsetFromReferenceLine" type="ifc:IfcLengthMeasure" use="optional"/>
      <xs:attribute name="ReferenceExtent" type="ifc:IfcPositiveLengthMeasure" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>