ifc:IfcVector

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
Magnitude ifc:IfcLengthMeasure 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="IfcVector">
  <xs:complexContent>
    <xs:extension base="ifc:IfcGeometricRepresentationItem">
      <xs:sequence>
        <xs:element name="Orientation" type="ifc:IfcDirection" nillable="true"/>
      </xs:sequence>
      <xs:attribute name="Magnitude" type="ifc:IfcLengthMeasure" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>