<xs:complexType name="IfcDraughtingCalloutRelationship">
<xs:complexContent>
<xs:extension base="ex:Entity">
<xs:sequence>
<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="RelatingDraughtingCallout">
<xs:complexType>
<xs:choice>
<xs:element ref="ifc:IfcDraughtingCallout" />
</xs:choice>
</xs:complexType>
</xs:element>
<xs:element name="RelatedDraughtingCallout">
<xs:complexType>
<xs:choice>
<xs:element ref="ifc:IfcDraughtingCallout" />
</xs:choice>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|