<xs:complexType name="IfcDraughtingCallout">
<xs:complexContent>
<xs:extension base="ifc:IfcGeometricRepresentationItem">
<xs:sequence>
<xs:element name="Contents">
<xs:complexType>
<xs:group ref="ifc:IfcDraughtingCalloutElement" maxOccurs="unbounded" />
<xs:attribute ref="ex:itemType" fixed="ifc:IfcDraughtingCalloutElement" />
<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>
|