The required id attribute is the QIF id of the printed drawing.
Source
<xs:element name="PrintedDrawing" type="PrintedDrawingType"><xs:annotation><xs:documentation>The PrintedDrawing element gives information about a printed part drawing. This element is in an optional choice.</xs:documentation></xs:annotation></xs:element>
The required id attribute is the QIF id of the digital drawing.
Source
<xs:element name="DigitalDrawing" type="DigitalDrawingType"><xs:annotation><xs:documentation>The DigitalDrawing element gives information about a digital part drawing. This element is in an optional choice.</xs:documentation></xs:annotation></xs:element>
The required id attribute is the QIF id of the digital design model.
Source
<xs:element name="DigitalModel" type="DigitalModelType"><xs:annotation><xs:documentation>The DigitalModel element gives information about a digital part design model. This element is in an optional choice.</xs:documentation></xs:annotation></xs:element>
The PhysicalModel element is an actual, hands-on, physical, 3D model or prototype of a part that is used to communicate features, datum reference frames, characteristics, or other information. Examples of physical models include actual part instances, part instances made from other materials, and 3D printing and stereolithography models. This element is in an optional choice.
The required id attribute is the QIF id of the physical model.
Source
<xs:element name="PhysicalModel" type="PhysicalModelType"><xs:annotation><xs:documentation>The PhysicalModel element is an actual, hands-on, physical, 3D model or prototype of a part that is used to communicate features, datum reference frames, characteristics, or other information. Examples of physical models include actual part instances, part instances made from other materials, and 3D printing and stereolithography models. This element is in an optional choice.</xs:documentation></xs:annotation></xs:element>
The required n attribute is the number of external product definitions in this list.
Source
<xs:complexType name="DefinitionExternalType"><xs:annotation><xs:documentation>The DefinitionExternalType defines the geometry of a product (a part or an assembly) in various degrees of detail.</xs:documentation></xs:annotation><xs:choice maxOccurs="unbounded"><xs:annotation><xs:documentation>This compositor provides a choice among types of drawing and types of model.</xs:documentation></xs:annotation><xs:element name="PrintedDrawing" type="PrintedDrawingType"><xs:annotation><xs:documentation>The PrintedDrawing element gives information about a printed part drawing. This element is in an optional choice.</xs:documentation></xs:annotation></xs:element><xs:element name="DigitalDrawing" type="DigitalDrawingType"><xs:annotation><xs:documentation>The DigitalDrawing element gives information about a digital part drawing. This element is in an optional choice.</xs:documentation></xs:annotation></xs:element><xs:element name="DigitalModel" type="DigitalModelType"><xs:annotation><xs:documentation>The DigitalModel element gives information about a digital part design model. This element is in an optional choice.</xs:documentation></xs:annotation></xs:element><xs:element name="PhysicalModel" type="PhysicalModelType"><xs:annotation><xs:documentation>The PhysicalModel element is an actual, hands-on, physical, 3D model or prototype of a part that is used to communicate features, datum reference frames, characteristics, or other information. Examples of physical models include actual part instances, part instances made from other materials, and 3D printing and stereolithography models. This element is in an optional choice.</xs:documentation></xs:annotation></xs:element></xs:choice><xs:attribute name="n" type="NaturalType" use="required"><xs:annotation><xs:documentation>The required n attribute is the number of external product definitions in this list.</xs:documentation></xs:annotation></xs:attribute><xs:attribute name="id" type="QIFIdType" use="required"><xs:annotation><xs:documentation>The required id attribute is the QIF id of the product geometry definitions, used for referencing.</xs:documentation></xs:annotation></xs:attribute></xs:complexType>
<xs:attribute name="n" type="NaturalType" use="required"><xs:annotation><xs:documentation>The required n attribute is the number of external product definitions in this list.</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="id" type="QIFIdType" use="required"><xs:annotation><xs:documentation>The required id attribute is the QIF id of the product geometry definitions, used for referencing.</xs:documentation></xs:annotation></xs:attribute>