ifc:IfcComplexProperty

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
Description ifc:IfcText optional
Name ifc:IfcIdentifier optional
UsageName ifc:IfcIdentifier 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="IfcComplexProperty">
  <xs:complexContent>
    <xs:extension base="ifc:IfcProperty">
      <xs:sequence>
        <xs:element name="HasProperties">
          <xs:complexType>
            <xs:sequence>
              <xs:element ref="ifc:IfcProperty" maxOccurs="unbounded"/>
            </xs:sequence>
            <xs:attribute ref="ifc:itemType" fixed="ifc:IfcProperty"/>
            <xs:attribute ref="ifc:cType" fixed="set"/>
            <xs:attribute ref="ifc:arraySize" use="optional"/>
          </xs:complexType>
        </xs:element>
      </xs:sequence>
      <xs:attribute name="UsageName" type="ifc:IfcIdentifier" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>