Definition Type: Group
Name: IfcGeometricSetSelect
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 IfcSurface in schema ifc2x2_final_xsd Drilldown into IfcCurve in schema ifc2x2_final_xsd Drilldown into IfcPoint in schema ifc2x2_final_xsdXSD Diagram of IfcGeometricSetSelect in schema ifc2x2_final_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:group name="IfcGeometricSetSelect">
    <xs:choice>
        <xs:element ref="ifc:IfcPoint" />
        <xs:element ref="ifc:IfcCurve" />
        <xs:element ref="ifc:IfcSurface" />
    </xs:choice>
</xs:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
IfcPoint ifc:IfcPoint (1) (1)
IfcCurve ifc:IfcCurve (1) (1)
IfcSurface ifc:IfcSurface (1) (1)