<xs:element name="Name" type="xs:string"><xs:annotation><xs:documentation>The Name element is the name of the model.</xs:documentation></xs:annotation></xs:element>
The optional Version element is the version of the model associated with product being inspected. The information recorded here may be used for the DrawingRevisionLevel field of an AS9102A form.
Diagram
Type
xs:string
Properties
content
simple
minOccurs
0
Source
<xs:element name="Version" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>The optional Version element is the version of the model associated with product being inspected. The information recorded here may be used for the DrawingRevisionLevel field of an AS9102A form.</xs:documentation></xs:annotation></xs:element>
The optional Description element is a description of the model.
Diagram
Type
xs:string
Properties
content
simple
minOccurs
0
Source
<xs:element name="Description" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>The optional Description element is a description of the model.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Author" type="AuthorType" minOccurs="0"><xs:annotation><xs:documentation>The optional Author element is the author who created this drawing.</xs:documentation></xs:annotation></xs:element>
The optional DrawingNumber element is the drawing number of the printed drawing associated with product being inspected. This may be used for the Drawing Number field of an AS9102A form.
Diagram
Type
xs:string
Properties
content
simple
minOccurs
0
Source
<xs:element name="DrawingNumber" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>The optional DrawingNumber element is the drawing number of the printed drawing associated with product being inspected. This may be used for the Drawing Number field of an AS9102A form.</xs:documentation></xs:annotation></xs:element>
The optional AdditionalChanges element is a description or references to descriptions of any additional changes to the drawing beyond what is included at the Version. If there are no additional changes to the drawing, this element should be omitted. The information recorded here may be used for the Additional Changes field of an AS9102A form.
Diagram
Type
xs:string
Properties
content
simple
minOccurs
0
Source
<xs:element name="AdditionalChanges" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>The optional AdditionalChanges element is a description or references to descriptions of any additional changes to the drawing beyond what is included at the Version. If there are no additional changes to the drawing, this element should be omitted. The information recorded here may be used for the Additional Changes field of an AS9102A form.</xs:documentation></xs:annotation></xs:element>
The optional Location element is a description of the physical location of the printed drawing.
Diagram
Type
xs:string
Properties
content
simple
minOccurs
0
Source
<xs:element name="Location" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>The optional Location element is a description of the physical location of the printed drawing.</xs:documentation></xs:annotation></xs:element>
The required id attribute is the QIF id of the printed drawing.
Source
<xs:complexType name="PrintedDrawingType"><xs:annotation><xs:documentation>The PrintedDrawingType defines information about a printed drawing of a product. This may be on paper, mylar, or some other physical media.</xs:documentation></xs:annotation><xs:sequence><xs:element name="Name" type="xs:string"><xs:annotation><xs:documentation>The Name element is the name of the model.</xs:documentation></xs:annotation></xs:element><xs:element name="Version" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>The optional Version element is the version of the model associated with product being inspected. The information recorded here may be used for the DrawingRevisionLevel field of an AS9102A form.</xs:documentation></xs:annotation></xs:element><xs:element name="Description" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>The optional Description element is a description of the model.</xs:documentation></xs:annotation></xs:element><xs:element name="Author" type="AuthorType" minOccurs="0"><xs:annotation><xs:documentation>The optional Author element is the author who created this drawing.</xs:documentation></xs:annotation></xs:element><xs:element name="DrawingNumber" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>The optional DrawingNumber element is the drawing number of the printed drawing associated with product being inspected. This may be used for the Drawing Number field of an AS9102A form.</xs:documentation></xs:annotation></xs:element><xs:element name="AdditionalChanges" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>The optional AdditionalChanges element is a description or references to descriptions of any additional changes to the drawing beyond what is included at the Version. If there are no additional changes to the drawing, this element should be omitted. The information recorded here may be used for the Additional Changes field of an AS9102A form.</xs:documentation></xs:annotation></xs:element><xs:element name="Location" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>The optional Location element is a description of the physical location of the printed drawing.</xs:documentation></xs:annotation></xs:element></xs:sequence><xs:attribute name="id" type="QIFIdType" use="required"><xs:annotation><xs:documentation>The required id attribute is the QIF id of the printed drawing.</xs:documentation></xs:annotation></xs:attribute></xs:complexType>
<xs:attribute name="id" type="QIFIdType" use="required"><xs:annotation><xs:documentation>The required id attribute is the QIF id of the printed drawing.</xs:documentation></xs:annotation></xs:attribute>