<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.
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.</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 model.</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 optional ModelNumber 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="ModelNumber" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>The optional ModelNumber 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 PhysicalModelType defines an actual, hands-on, physical, 3D model or prototype of a product that is used to communicate features, datum reference frames, characteristics, or other information. Examples of physical models include actual product instances, product instances made from other materials, and 3D printing and stereolithography models. If the product is an assembly, a physical part model is not necessarily an assembly.
The required id attribute is the QIF id of the physical model.
Source
<xs:complexType name="PhysicalModelType"><xs:annotation><xs:documentation>The PhysicalModelType defines an actual, hands-on, physical, 3D model or prototype of a product that is used to communicate features, datum reference frames, characteristics, or other information. Examples of physical models include actual product instances, product instances made from other materials, and 3D printing and stereolithography models. If the product is an assembly, a physical part model is not necessarily an assembly.</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.</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 model.</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:element name="ModelNumber" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>The optional ModelNumber 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:sequence><xs:attribute name="id" type="QIFIdType" use="required"><xs:annotation><xs:documentation>The required id attribute is the QIF id of the physical model.</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 physical model.</xs:documentation></xs:annotation></xs:attribute>