Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element PrintedDrawingType / Name
Annotations
The Name element is the name of the model.
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFProduct.xsd
Element PrintedDrawingType / Version
Annotations
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
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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFProduct.xsd
Element PrintedDrawingType / Description
Annotations
The optional Description element is a description of the model.
Diagram
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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFProduct.xsd
Element PrintedDrawingType / Author
Annotations
The optional Author element is the author who created this drawing.
Diagram
Diagram PrimitivesPD_xsd_Complex_Type_AuthorType.tmp#AuthorType_Name PrimitivesPD_xsd_Complex_Type_AuthorType.tmp#AuthorType_Organization PrimitivesPD_xsd_Complex_Type_AuthorType.tmp#AuthorType
Type AuthorType
Properties
content complex
minOccurs 0
Children Name, Organization
Instance
<Author xmlns="http://qifstandards.org/xsd/qif3">
  <Name>{0,1}</Name>
  <Organization>{0,1}</Organization>
</Author>
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFProduct.xsd
Element PrintedDrawingType / DrawingNumber
Annotations
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
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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFProduct.xsd
Element PrintedDrawingType / AdditionalChanges
Annotations
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
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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFProduct.xsd
Element PrintedDrawingType / Location
Annotations
The optional Location element is a description of the physical location of the printed drawing.
Diagram
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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFProduct.xsd
Complex Type PrintedDrawingType
Annotations
The PrintedDrawingType defines information about a printed drawing of a product. This may be on paper, mylar, or some other physical media.
Diagram
Diagram QIFProduct_xsd_Complex_Type_PrintedDrawingType.tmp#PrintedDrawingType_id QIFProduct_xsd_Complex_Type_PrintedDrawingType.tmp#PrintedDrawingType_Name QIFProduct_xsd_Complex_Type_PrintedDrawingType.tmp#PrintedDrawingType_Version QIFProduct_xsd_Complex_Type_PrintedDrawingType.tmp#PrintedDrawingType_Description QIFProduct_xsd_Complex_Type_PrintedDrawingType.tmp#PrintedDrawingType_Author QIFProduct_xsd_Complex_Type_PrintedDrawingType.tmp#PrintedDrawingType_DrawingNumber QIFProduct_xsd_Complex_Type_PrintedDrawingType.tmp#PrintedDrawingType_AdditionalChanges QIFProduct_xsd_Complex_Type_PrintedDrawingType.tmp#PrintedDrawingType_Location
Used by
Children AdditionalChanges, Author, Description, DrawingNumber, Location, Name, Version
Attributes
QName Type Use Annotation
id QIFIdType required
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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFProduct.xsd
Attribute PrintedDrawingType / @id
Annotations
The required id attribute is the QIF id of the printed drawing.
Type QIFIdType
Type hierarchy
Properties
use required
Facets
pattern ([\-+]?[0-9]+) & ([1-9][0-9]*)
Used by
Complex Type PrintedDrawingType
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFProduct.xsd