ifc:IfcPermeableCoveringProperties

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
Description ifc:IfcText optional
FrameDepth ifc:IfcPositiveLengthMeasure optional
FrameThickness ifc:IfcPositiveLengthMeasure optional
GlobalId ifc:IfcGloballyUniqueId optional
Name ifc:IfcLabel optional
OperationType ifc:IfcPermeableCoveringOperationEnum optional
PanelPosition ifc:IfcWindowPanelPositionEnum 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="IfcPermeableCoveringProperties">
  <xs:complexContent>
    <xs:extension base="ifc:IfcPreDefinedPropertySet">
      <xs:sequence>
        <xs:element name="ShapeAspectStyle" type="ifc:IfcShapeAspect" nillable="true" minOccurs="0"/>
      </xs:sequence>
      <xs:attribute name="OperationType" type="ifc:IfcPermeableCoveringOperationEnum" use="optional"/>
      <xs:attribute name="PanelPosition" type="ifc:IfcWindowPanelPositionEnum" use="optional"/>
      <xs:attribute name="FrameDepth" type="ifc:IfcPositiveLengthMeasure" use="optional"/>
      <xs:attribute name="FrameThickness" type="ifc:IfcPositiveLengthMeasure" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>