ifc:IfcRelDefinesByProperties

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
Description ifc:IfcText optional
GlobalId ifc:IfcGloballyUniqueId optional
Name 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="IfcRelDefinesByProperties">
  <xs:complexContent>
    <xs:extension base="ifc:IfcRelDefines">
      <xs:sequence>
        <xs:element name="RelatedObjects" type="ifc:IfcObjectDefinition" nillable="true" maxOccurs="1"/>
        <xs:element name="RelatingPropertyDefinition">
          <xs:complexType>
            <xs:group ref="ifc:IfcPropertySetDefinitionSelect"/>
          </xs:complexType>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>