The EntityId element is the persistent model entity identifier assigned on a drawing, in a CAD model file, or on a physical model.
Diagram
Type
xs:token
Properties
content
simple
Source
<xs:element name="EntityId" type="xs:token"><xs:annotation><xs:documentation>The EntityId element is the persistent model entity identifier assigned on a drawing, in a CAD model file, or on a physical model.</xs:documentation></xs:annotation></xs:element>
The optional Name element is the name of the entity.
Diagram
Type
xs:token
Properties
content
simple
minOccurs
0
Source
<xs:element name="Name" type="xs:token" minOccurs="0"><xs:annotation><xs:documentation>The optional Name element is the name of the entity.</xs:documentation></xs:annotation></xs:element>
The optional Description element is the description of the entity.
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 the description of the entity.</xs:documentation></xs:annotation></xs:element>
The EntityExternalType defines the association of a model entity with a QIF id. The model to which an instance of EntityExternalType belongs will be found in an instance file as the grandparent of the instance.
The id attribute is the QIF id of the model entity, used for referencing.
Source
<xs:complexType name="EntityExternalType"><xs:annotation><xs:documentation>The EntityExternalType defines the association of a model entity with a QIF id. The model to which an instance of EntityExternalType belongs will be found in an instance file as the grandparent of the instance.</xs:documentation></xs:annotation><xs:sequence><xs:element name="EntityId" type="xs:token"><xs:annotation><xs:documentation>The EntityId element is the persistent model entity identifier assigned on a drawing, in a CAD model file, or on a physical model.</xs:documentation></xs:annotation></xs:element><xs:element name="Name" type="xs:token" minOccurs="0"><xs:annotation><xs:documentation>The optional Name element is the name of the entity.</xs:documentation></xs:annotation></xs:element><xs:element name="Description" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>The optional Description element is the description of the entity.</xs:documentation></xs:annotation></xs:element></xs:sequence><xs:attribute name="id" type="QIFIdType" use="required"><xs:annotation><xs:documentation>The id attribute is the QIF id of the model entity, used for referencing.</xs:documentation></xs:annotation></xs:attribute></xs:complexType>
<xs:attribute name="id" type="QIFIdType" use="required"><xs:annotation><xs:documentation>The id attribute is the QIF id of the model entity, used for referencing.</xs:documentation></xs:annotation></xs:attribute>