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