<xs:complexType name="IfcShapeAspect">
<xs:complexContent>
<xs:extension base="ex:Entity">
<xs:sequence>
<xs:element name="ShapeRepresentations">
<xs:complexType>
<xs:sequence>
<xs:element ref="ifc:IfcShapeRepresentation" maxOccurs="unbounded" />
</xs:sequence>
<xs:attribute ref="ex:itemType" fixed="ifc:IfcShapeRepresentation" />
<xs:attribute ref="ex:cType" fixed="list" />
<xs:attribute ref="ex:arraySize" use="optional" />
</xs:complexType>
</xs:element>
<xs:element name="Name" type="ifc:IfcLabel" nillable="true" minOccurs="0" />
<xs:element name="Description" type="ifc:IfcText" nillable="true" minOccurs="0" />
<xs:element name="ProductDefinitional" type="ex:logical" />
<xs:element name="PartOfProductDefinitionShape">
<xs:complexType>
<xs:choice>
<xs:element ref="ifc:IfcProductDefinitionShape" />
</xs:choice>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|