Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element OtherNonShapeFeatureDefinitionType / Description
Annotations
The Description element describes the other non-shape feature in natural language.
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="Description" type="xs:string">
  <xs:annotation>
    <xs:documentation>The Description element describes the other non-shape feature in natural language.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Complex Type OtherNonShapeFeatureDefinitionType
Annotations
The OtherNonShapeFeatureDefinitionType defines a non-shape feature definition.
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_FeatureDefinitionBaseType.tmp#FeatureDefinitionBaseType Features_xsd_Complex_Type_NonShapeFeatureDefinitionBaseType.tmp#NonShapeFeatureDefinitionBaseType Features_xsd_Complex_Type_OtherNonShapeFeatureDefinitionType.tmp#OtherNonShapeFeatureDefinitionType_Description
Type extension of NonShapeFeatureDefinitionBaseType
Type hierarchy
Used by
Children Attributes, Description
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="OtherNonShapeFeatureDefinitionType">
  <xs:annotation>
    <xs:documentation>The OtherNonShapeFeatureDefinitionType defines a non-shape feature definition.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="NonShapeFeatureDefinitionBaseType">
      <xs:sequence>
        <xs:element name="Description" type="xs:string">
          <xs:annotation>
            <xs:documentation>The Description element describes the other non-shape feature in natural language.</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