Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element DigitalDrawingType / 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 DigitalDrawingType / File
Annotations
The File element specifies the file used in the model.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_FileType.tmp#FileType_Name IntermediatesPMI_xsd_Complex_Type_FileType.tmp#FileType_Version IntermediatesPMI_xsd_Complex_Type_FileType.tmp#FileType_Format IntermediatesPMI_xsd_Complex_Type_FileType.tmp#FileType
Type FileType
Properties
content complex
Children Format, Name, Version
Instance
<File xmlns="http://qifstandards.org/xsd/qif3">
  <Name>{1,1}</Name>
  <Version>{0,1}</Version>
  <Format>{0,1}</Format>
</File>
Source
<xs:element name="File" type="FileType">
  <xs:annotation>
    <xs:documentation>The File element specifies the file used in the model.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFProduct.xsd
Element DigitalDrawingType / Application
Annotations
The optional Application element is information about the software application wherein the model was most recently edited.
Diagram
Diagram PrimitivesPD_xsd_Complex_Type_ApplicationType.tmp#ApplicationType_Name PrimitivesPD_xsd_Complex_Type_ApplicationType.tmp#ApplicationType_Organization PrimitivesPD_xsd_Complex_Type_ApplicationType.tmp#ApplicationType_AddonName PrimitivesPD_xsd_Complex_Type_ApplicationType.tmp#ApplicationType_AddonOrganization PrimitivesPD_xsd_Complex_Type_ApplicationType.tmp#ApplicationType
Type ApplicationType
Properties
content complex
minOccurs 0
Children AddonName, AddonOrganization, Name, Organization
Instance
<Application xmlns="http://qifstandards.org/xsd/qif3">
  <Name>{1,1}</Name>
  <Organization>{0,1}</Organization>
  <AddonName>{0,1}</AddonName>
  <AddonOrganization>{0,1}</AddonOrganization>
</Application>
Source
<xs:element name="Application" type="ApplicationType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional Application element is information about the software application wherein the model was most recently edited.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFProduct.xsd
Element DigitalDrawingType / Author
Annotations
The optional Author element is the author who created this file.
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 file.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFProduct.xsd
Element DigitalDrawingType / ApplicationSource
Annotations
The optional ApplicationSource element is the name of the software application wherein the model was created.
Diagram
Diagram PrimitivesPD_xsd_Complex_Type_ApplicationType.tmp#ApplicationType_Name PrimitivesPD_xsd_Complex_Type_ApplicationType.tmp#ApplicationType_Organization PrimitivesPD_xsd_Complex_Type_ApplicationType.tmp#ApplicationType_AddonName PrimitivesPD_xsd_Complex_Type_ApplicationType.tmp#ApplicationType_AddonOrganization PrimitivesPD_xsd_Complex_Type_ApplicationType.tmp#ApplicationType
Type ApplicationType
Properties
content complex
minOccurs 0
Children AddonName, AddonOrganization, Name, Organization
Instance
<ApplicationSource xmlns="http://qifstandards.org/xsd/qif3">
  <Name>{1,1}</Name>
  <Organization>{0,1}</Organization>
  <AddonName>{0,1}</AddonName>
  <AddonOrganization>{0,1}</AddonOrganization>
</ApplicationSource>
Source
<xs:element name="ApplicationSource" type="ApplicationType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional ApplicationSource element is the name of the software application wherein the model was created.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFProduct.xsd
Element DigitalDrawingType / 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 DigitalDrawingType / Entities
Annotations
The optional Entities element is a list of instances of the EntityExternalType associated with the model. Only those entities from the model that need to be referenced should be included in this list.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_EntitiesExternalType.tmp#EntitiesExternalType_n IntermediatesPMI_xsd_Complex_Type_EntitiesExternalType.tmp#EntitiesExternalType_Entity IntermediatesPMI_xsd_Complex_Type_EntitiesExternalType.tmp#EntitiesExternalType
Type EntitiesExternalType
Properties
content complex
minOccurs 0
Children Entity
Instance
<Entities n="" xmlns="http://qifstandards.org/xsd/qif3">
  <Entity id="">{1,unbounded}</Entity>
</Entities>
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of external model entities in the list.
Source
<xs:element name="Entities" type="EntitiesExternalType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional Entities element is a list of instances of the EntityExternalType associated with the model. Only those entities from the model that need to be referenced should be included in this list.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFProduct.xsd
Complex Type DigitalDrawingType
Annotations
The DigitalDrawingType defines an electronic version of a drawing. It has only 2D drawing information. Any geometric dimensioning and tolerancing information is drawn with annotation symbols.
Diagram
Diagram QIFProduct_xsd_Complex_Type_DigitalDrawingType.tmp#DigitalDrawingType_id QIFProduct_xsd_Complex_Type_DigitalDrawingType.tmp#DigitalDrawingType_Name QIFProduct_xsd_Complex_Type_DigitalDrawingType.tmp#DigitalDrawingType_File QIFProduct_xsd_Complex_Type_DigitalDrawingType.tmp#DigitalDrawingType_Application QIFProduct_xsd_Complex_Type_DigitalDrawingType.tmp#DigitalDrawingType_Author QIFProduct_xsd_Complex_Type_DigitalDrawingType.tmp#DigitalDrawingType_ApplicationSource QIFProduct_xsd_Complex_Type_DigitalDrawingType.tmp#DigitalDrawingType_Description QIFProduct_xsd_Complex_Type_DigitalDrawingType.tmp#DigitalDrawingType_Entities
Used by
Children Application, ApplicationSource, Author, Description, Entities, File, Name
Attributes
QName Type Use Annotation
id QIFIdType required
The required id attribute is the QIF id of the digital drawing.
Source
<xs:complexType name="DigitalDrawingType">
  <xs:annotation>
    <xs:documentation>The DigitalDrawingType defines an electronic version of a drawing. It has only 2D drawing information. Any geometric dimensioning and tolerancing information is drawn with annotation symbols.</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="File" type="FileType">
      <xs:annotation>
        <xs:documentation>The File element specifies the file used in the model.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Application" type="ApplicationType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional Application element is information about the software application wherein the model was most recently edited.</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 file.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ApplicationSource" type="ApplicationType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional ApplicationSource element is the name of the software application wherein the model was created.</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="Entities" type="EntitiesExternalType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional Entities element is a list of instances of the EntityExternalType associated with the model. Only those entities from the model that need to be referenced should be included in this list.</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 digital drawing.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFProduct.xsd
Attribute DigitalDrawingType / @id
Annotations
The required id attribute is the QIF id of the digital drawing.
Type QIFIdType
Type hierarchy
Properties
use required
Facets
pattern ([\-+]?[0-9]+) & ([1-9][0-9]*)
Used by
Complex Type DigitalDrawingType
Source
<xs:attribute name="id" type="QIFIdType" use="required">
  <xs:annotation>
    <xs:documentation>The required id attribute is the QIF id of the digital drawing.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFProduct.xsd