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