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