Definition Type: Group
Name: IfcVectorOrDirection
Namespace: http://niem.gov/niem/external/iai-ifc/RC2/ifc/dhs-gmo/1.0.0
Containing Schema: IFC2X2_FINAL.xsd
Collapse XSD Schema Diagram:
Drilldown into IfcVector in schema ifc2x2_final_xsd Drilldown into IfcDirection in schema ifc2x2_final_xsdXSD Diagram of IfcVectorOrDirection in schema ifc2x2_final_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:group name="IfcVectorOrDirection">
    <xs:choice>
        <xs:element ref="ifc:IfcDirection" />
        <xs:element ref="ifc:IfcVector" />
    </xs:choice>
</xs:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
IfcDirection ifc:IfcDirection (1) (1)
IfcVector ifc:IfcVector (1) (1)