<xs:complexType name="IfcStructuralLoadConfiguration"> <xs:complexContent> <xs:extension base="ifc:IfcStructuralLoad"> <xs:sequence> <xs:element name="Values"> <xs:complexType> <xs:sequence> <xs:element ref="ifc:IfcStructuralLoadOrResult" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute ref="ifc:itemType" fixed="ifc:IfcStructuralLoadOrResult"/> <xs:attribute ref="ifc:cType" fixed="list"/> <xs:attribute ref="ifc:arraySize" use="optional"/> </xs:complexType> </xs:element> <xs:element name="Locations" nillable="true" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element ref="ifc:IfcLengthMeasure-wrapper" minOccurs="1" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute ref="ifc:itemType" fixed="ifc:IfcLengthMeasure-wrapper"/> <xs:attribute ref="ifc:cType" fixed="list-unique list"/> <xs:attribute ref="ifc:arraySize" use="optional"/> </xs:complexType> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |