Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element PatternFeatureLinearNominalType / FirstFeatureLocation
Annotations
The FirstFeatureLocation element identifies the nominal feature whose location is the location of the first element of the pattern. All of the remaining locations lie in the direction given by the LineDirection of the pattern definition.
Diagram
Diagram Primitives_xsd_Simple_Type_QIFReferenceBaseType.tmp#QIFReferenceBaseType Primitives_xsd_Complex_Type_QIFReferenceType.tmp#QIFReferenceType_xId Primitives_xsd_Complex_Type_QIFReferenceType.tmp#QIFReferenceType
Type QIFReferenceType
Type hierarchy
Properties
content complex
Attributes
QName Type Use Annotation
xId QIFReferenceSimpleType optional
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="FirstFeatureLocation" type="QIFReferenceType">
  <xs:annotation>
    <xs:documentation>The FirstFeatureLocation element identifies the nominal feature whose location is the location of the first element of the pattern. All of the remaining locations lie in the direction given by the LineDirection of the pattern definition.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Complex Type PatternFeatureLinearNominalType
Annotations
The PatternFeatureLinearNominalType defines the pattern feature nominal information for an individual linear pattern feature. The nominal location of the linear pattern is the nominal location of the first feature in the pattern (which is not necessarily the first feature in the feature set).
Diagram
Diagram Features_xsd_Complex_Type_FeatureBaseType.tmp#FeatureBaseType_id Primitives_xsd_Element_Attributes.tmp#Attributes Features_xsd_Complex_Type_FeatureBaseType.tmp#FeatureBaseType Features_xsd_Complex_Type_FeatureNominalBaseType.tmp#FeatureNominalBaseType_Name Features_xsd_Complex_Type_FeatureNominalBaseType.tmp#FeatureNominalBaseType_UUID Features_xsd_Complex_Type_FeatureNominalBaseType.tmp#FeatureNominalBaseType_FeatureDefinitionId Features_xsd_Complex_Type_FeatureNominalBaseType.tmp#FeatureNominalBaseType_ParentFeatureNominalId Features_xsd_Complex_Type_FeatureNominalBaseType.tmp#FeatureNominalBaseType_EntityInternalIds Features_xsd_Complex_Type_FeatureNominalBaseType.tmp#FeatureNominalBaseType_EntityExternalIds Features_xsd_Complex_Type_FeatureNominalBaseType.tmp#FeatureNominalBaseType Features_xsd_Complex_Type_ShapeFeatureNominalBaseType.tmp#ShapeFeatureNominalBaseType_PointList Features_xsd_Complex_Type_ShapeFeatureNominalBaseType.tmp#ShapeFeatureNominalBaseType_SubstituteFeatureAlgorithm Features_xsd_Complex_Type_ShapeFeatureNominalBaseType.tmp#ShapeFeatureNominalBaseType Features_xsd_Complex_Type_GroupFeatureNominalType.tmp#GroupFeatureNominalType_FeatureNominalIds Features_xsd_Complex_Type_GroupFeatureNominalType.tmp#GroupFeatureNominalType Features_xsd_Complex_Type_PatternFeatureNominalBaseType.tmp#PatternFeatureNominalBaseType Features_xsd_Complex_Type_PatternFeatureLinearNominalType.tmp#PatternFeatureLinearNominalType_FirstFeatureLocation
Type extension of PatternFeatureNominalBaseType
Type hierarchy
Used by
Children Attributes, EntityExternalIds, EntityInternalIds, FeatureDefinitionId, FeatureNominalIds, FirstFeatureLocation, Name, ParentFeatureNominalId, PointList, SubstituteFeatureAlgorithm, UUID
Attributes
QName Type Use Annotation
id QIFIdType required
The id attribute is the QIF id of the feature, used for referencing.
Source
<xs:complexType name="PatternFeatureLinearNominalType">
  <xs:annotation>
    <xs:documentation>The PatternFeatureLinearNominalType defines the pattern feature nominal information for an individual linear pattern feature. The nominal location of the linear pattern is the nominal location of the first feature in the pattern (which is not necessarily the first feature in the feature set).</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="PatternFeatureNominalBaseType">
      <xs:sequence>
        <xs:element name="FirstFeatureLocation" type="QIFReferenceType">
          <xs:annotation>
            <xs:documentation>The FirstFeatureLocation element identifies the nominal feature whose location is the location of the first element of the pattern. All of the remaining locations lie in the direction given by the LineDirection of the pattern definition.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd