<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>
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>
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.
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>
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.
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>
<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>