<xs:complexType name="IfcReinforcementDefinitionProperties">
<xs:complexContent>
<xs:extension base="ifc:IfcPropertySetDefinition">
<xs:sequence>
<xs:element name="DefinitionType" type="ifc:IfcLabel" nillable="true" minOccurs="0" />
<xs:element name="ReinforcementSectionDefinitions">
<xs:complexType>
<xs:sequence>
<xs:element ref="ifc:IfcSectionReinforcementProperties" maxOccurs="unbounded" />
</xs:sequence>
<xs:attribute ref="ex:itemType" fixed="ifc:IfcSectionReinforcementProperties" />
<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>
|