Elements | ifc:IfcLine/ifc:Dir, ifc:IfcVector |
<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> |