<xs:complexType name="IfcRepresentation">
<xs:complexContent>
<xs:extension base="ex:Entity">
<xs:sequence>
<xs:element name="ContextOfItems">
<xs:complexType>
<xs:choice>
<xs:element ref="ifc:IfcRepresentationContext" />
</xs:choice>
</xs:complexType>
</xs:element>
<xs:element name="RepresentationIdentifier" type="ifc:IfcLabel" nillable="true" minOccurs="0" />
<xs:element name="RepresentationType" type="ifc:IfcLabel" nillable="true" minOccurs="0" />
<xs:element name="Items">
<xs:complexType>
<xs:sequence>
<xs:element ref="ifc:IfcRepresentationItem" maxOccurs="unbounded" />
</xs:sequence>
<xs:attribute ref="ex:itemType" fixed="ifc:IfcRepresentationItem" />
<xs:attribute ref="ex:cType" fixed="set" />
<xs:attribute ref="ex:arraySize" use="optional" />
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|