<xs:complexType name="IfcStructuralLinearActionVarying">
<xs:complexContent>
<xs:extension base="ifc:IfcStructuralLinearAction">
<xs:sequence>
<xs:element name="VaryingAppliedLoadLocation">
<xs:complexType>
<xs:choice>
<xs:element ref="ifc:IfcShapeAspect" />
</xs:choice>
</xs:complexType>
</xs:element>
<xs:element name="SubsequentAppliedLoads">
<xs:complexType>
<xs:sequence>
<xs:element ref="ifc:IfcStructuralLoad" 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>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|