Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element PhysicalModelType / 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 PhysicalModelType / Version
Annotations
The optional Version element is the version of the model associated with product being inspected.
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.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFProduct.xsd
Element PhysicalModelType / 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 PhysicalModelType / Author
Annotations
The optional Author element is the author who created this model.
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 model.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFProduct.xsd
Element PhysicalModelType / 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
Element PhysicalModelType / ModelNumber
Annotations
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
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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFProduct.xsd
Complex Type PhysicalModelType
Annotations
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.
Diagram
Diagram QIFProduct_xsd_Complex_Type_PhysicalModelType.tmp#PhysicalModelType_id QIFProduct_xsd_Complex_Type_PhysicalModelType.tmp#PhysicalModelType_Name QIFProduct_xsd_Complex_Type_PhysicalModelType.tmp#PhysicalModelType_Version QIFProduct_xsd_Complex_Type_PhysicalModelType.tmp#PhysicalModelType_Description QIFProduct_xsd_Complex_Type_PhysicalModelType.tmp#PhysicalModelType_Author QIFProduct_xsd_Complex_Type_PhysicalModelType.tmp#PhysicalModelType_Location QIFProduct_xsd_Complex_Type_PhysicalModelType.tmp#PhysicalModelType_ModelNumber
Used by
Children Author, Description, Location, ModelNumber, Name, Version
Attributes
QName Type Use Annotation
id QIFIdType required
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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFProduct.xsd
Attribute PhysicalModelType / @id
Annotations
The required id attribute is the QIF id of the physical model.
Type QIFIdType
Type hierarchy
Properties
use required
Facets
pattern ([\-+]?[0-9]+) & ([1-9][0-9]*)
Used by
Complex Type PhysicalModelType
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFProduct.xsd