<xs:complexType name="LocationOnDrawingType">
<xs:annotation>
<xs:documentation>The LocationOnDrawingType defines the drawing location of a characteristic.</xs:documentation>
</xs:annotation>
<xs:choice>
<xs:annotation>
<xs:documentation>This compositor provides a choice among locations on printed or digital drawings, external digital models, and internal CAD representations.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:annotation>
<xs:documentation>This compositor includes information related to a location on a printed or digital drawings.</xs:documentation>
</xs:annotation>
<xs:element name="DrawingId" type="QIFReferenceFullType">
<xs:annotation>
<xs:documentation>The DrawingId element is the QIF id of the drawing on which information (a characteristic, for example) is given. It should be the QIF id of a PrintedDrawing or DigitalDrawing in a DefinitionExternal.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="SheetNumber" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>The optional SheetNumber element is the sheet number of the drawing on which information (a characteristic, for example) is given.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DrawingZone" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>The optional DrawingZone element is the drawing zone of the sheet on which information (a characteristic, for example) is given.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:sequence>
<xs:annotation>
<xs:documentation>This compositor includes information related to a location in an external digital model view.</xs:documentation>
</xs:annotation>
<xs:element name="ModelId" type="QIFReferenceFullType">
<xs:annotation>
<xs:documentation>The ModelId element is the QIF id of the model in which information (a characteristic, for example) is given. It should be the QIF id of a DigitalModel in a DefinitionExternal.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="View" type="xs:string">
<xs:annotation>
<xs:documentation>The View element is the name of the view in which the characteristic is located.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:sequence>
<xs:annotation>
<xs:documentation>This compositor includes information related to a location in the internal CAD representation.</xs:documentation>
</xs:annotation>
<xs:element name="ViewId" type="QIFReferenceFullType">
<xs:annotation>
<xs:documentation>The ViewId element is the QIF id of the view in which the characteristic is located.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:choice>
</xs:complexType> |