<xs:complexType name="IfcFillAreaStyle">
<xs:complexContent>
<xs:extension base="ex:Entity">
<xs:sequence>
<xs:element name="FillStyles">
<xs:complexType>
<xs:group ref="ifc:IfcFillStyleSelect" maxOccurs="unbounded" />
<xs:attribute ref="ex:itemType" fixed="ifc:IfcFillStyleSelect" />
<xs:attribute ref="ex:cType" fixed="set" />
<xs:attribute ref="ex:arraySize" use="optional" />
</xs:complexType>
</xs:element>
<xs:element name="Name" type="ifc:IfcLabel" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|