Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Element EntityExternalType / EntityId
Annotations
The EntityId element is the persistent model entity identifier assigned on a drawing, in a CAD model file, or on a physical model.
Diagram
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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Element EntityExternalType / Name
Annotations
The optional Name element is the name of the entity.
Diagram
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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Element EntityExternalType / Description
Annotations
The optional Description element is the description of the entity.
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 the description of the entity.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Complex Type EntityExternalType
Annotations
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.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_EntityExternalType.tmp#EntityExternalType_id IntermediatesPMI_xsd_Complex_Type_EntityExternalType.tmp#EntityExternalType_EntityId IntermediatesPMI_xsd_Complex_Type_EntityExternalType.tmp#EntityExternalType_Name IntermediatesPMI_xsd_Complex_Type_EntityExternalType.tmp#EntityExternalType_Description
Used by
Children Description, EntityId, Name
Attributes
QName Type Use Annotation
id QIFIdType required
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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Attribute EntityExternalType / @id
Annotations
The id attribute is the QIF id of the model entity, used for referencing.
Type QIFIdType
Type hierarchy
Properties
use required
Facets
pattern ([\-+]?[0-9]+) & ([1-9][0-9]*)
Used by
Complex Type EntityExternalType
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd