Definition Type: Element
Name: SubsequentAppliedLoads
Namespace: http://niem.gov/niem/external/iai-ifc/RC2/ifc/dhs-gmo/1.0.0
Containing Schema: IFC2X2_FINAL.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into IfcStructuralLoad in schema ifc2x2_final_xsd Drilldown into arraySize in schema ex_xsd Drilldown into cType in schema ex_xsd Drilldown into itemType in schema ex_xsdXSD Diagram of SubsequentAppliedLoads in schema ifc2x2_final_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:element name="SubsequentAppliedLoads">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="ifc:IfcStructuralLoad" minOccurs="2" maxOccurs="unbounded" />
        </xs:sequence>
        <xs:attribute ref="ex:itemType" fixed="ifc:IfcStructuralLoad" />
        <xs:attribute ref="ex:cType" fixed="list" />
        <xs:attribute ref="ex:arraySize" use="optional" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
IfcStructuralLoad ifc:IfcStructuralLoad 2 unbounded
Collapse Child Attributes:
Name Type Default Value Use
itemType ex:itemType (Optional)
cType ex:cType (Optional)
arraySize ex:arraySize Optional