The optional Name element is the name of the feature nominal.
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 feature nominal.</xs:documentation></xs:annotation></xs:element>
The optional UUID element is a persistent identifier for the shape feature nominal. If used, it should be generated using a widely accepted UUID generator.
<xs:element name="UUID" type="QPIdType" minOccurs="0"><xs:annotation><xs:documentation>The optional UUID element is a persistent identifier for the shape feature nominal. If used, it should be generated using a widely accepted UUID generator.</xs:documentation></xs:annotation></xs:element>
The optional xId attribute is a reference to the id of a QIF object in an external document. A QIF object in an external QIF document can be referenced by using references to two QIF ids: the id of the external document reference of type ExternalQIFDocumentReferenceType found in the local document and the id of the object found in the external document.
Source
<xs:element name="FeatureDefinitionId" type="QIFReferenceType"><xs:annotation><xs:documentation>The FeatureDefinitionId element is the QIF id of the associated feature definition.</xs:documentation></xs:annotation></xs:element>
The optional ParentFeatureNominalId element is the QIF id of the parent feature nominal when this feature item is derived from another feature nominal.
The optional xId attribute is a reference to the id of a QIF object in an external document. A QIF object in an external QIF document can be referenced by using references to two QIF ids: the id of the external document reference of type ExternalQIFDocumentReferenceType found in the local document and the id of the object found in the external document.
Source
<xs:element name="ParentFeatureNominalId" type="QIFReferenceType" minOccurs="0"><xs:annotation><xs:documentation>The optional ParentFeatureNominalId element is the QIF id of the parent feature nominal when this feature item is derived from another feature nominal.</xs:documentation></xs:annotation></xs:element>
The required n attribute is the number of Id elements in this array.
Source
<xs:element name="EntityInternalIds" type="ArrayReferenceFullType" minOccurs="0"><xs:annotation><xs:documentation>The EntityInternalIds element is a list of the QIF ids of internally-defined CAD entities associated with this feature nominal.</xs:documentation></xs:annotation></xs:element>
The required n attribute is the number of Id elements in this array.
Source
<xs:element name="EntityExternalIds" type="ArrayReferenceFullType" minOccurs="0"><xs:annotation><xs:documentation>The EntityExternalIds element is a list of the QIF ids of instances of EntityExternalType associated with this feature nominal.</xs:documentation></xs:annotation></xs:element>
The FeatureNominalBaseType is the abstract base type for feature nominals. A feature nominal holds that portion of feature nominal information which cannot be shared among several features, e.g. feature location.
The id attribute is the QIF id of the feature, used for referencing.
Source
<xs:complexType name="FeatureNominalBaseType" abstract="true"><xs:annotation><xs:documentation>The FeatureNominalBaseType is the abstract base type for feature nominals. A feature nominal holds that portion of feature nominal information which cannot be shared among several features, e.g. feature location.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="FeatureBaseType"><xs:sequence><xs:element name="Name" type="xs:token" minOccurs="0"><xs:annotation><xs:documentation>The optional Name element is the name of the feature nominal.</xs:documentation></xs:annotation></xs:element><xs:element name="UUID" type="QPIdType" minOccurs="0"><xs:annotation><xs:documentation>The optional UUID element is a persistent identifier for the shape feature nominal. If used, it should be generated using a widely accepted UUID generator.</xs:documentation></xs:annotation></xs:element><xs:element name="FeatureDefinitionId" type="QIFReferenceType"><xs:annotation><xs:documentation>The FeatureDefinitionId element is the QIF id of the associated feature definition.</xs:documentation></xs:annotation></xs:element><xs:element name="ParentFeatureNominalId" type="QIFReferenceType" minOccurs="0"><xs:annotation><xs:documentation>The optional ParentFeatureNominalId element is the QIF id of the parent feature nominal when this feature item is derived from another feature nominal.</xs:documentation></xs:annotation></xs:element><xs:element name="EntityInternalIds" type="ArrayReferenceFullType" minOccurs="0"><xs:annotation><xs:documentation>The EntityInternalIds element is a list of the QIF ids of internally-defined CAD entities associated with this feature nominal.</xs:documentation></xs:annotation></xs:element><xs:element name="EntityExternalIds" type="ArrayReferenceFullType" minOccurs="0"><xs:annotation><xs:documentation>The EntityExternalIds element is a list of the QIF ids of instances of EntityExternalType associated with this feature nominal.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>