ifc:IfcRepresentationMap

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
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="IfcRepresentationMap">
  <xs:complexContent>
    <xs:extension base="ifc:Entity">
      <xs:sequence>
        <xs:element name="MappingOrigin">
          <xs:complexType>
            <xs:group ref="ifc:IfcAxis2Placement"/>
          </xs:complexType>
        </xs:element>
        <xs:element name="MappedRepresentation" type="ifc:IfcRepresentation" nillable="true"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>