Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element OtherShapeFeatureDefinitionType / Description
Annotations
The Description element describes the other 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 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 OtherShapeFeatureDefinitionType
Annotations
The OtherShapeFeatureDefinitionType defines the other shape feature nominal information that can be common to one or more other shape features.
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_ShapeFeatureDefinitionBaseType.tmp#ShapeFeatureDefinitionBaseType Features_xsd_Complex_Type_OtherShapeFeatureDefinitionType.tmp#OtherShapeFeatureDefinitionType_Description
Type extension of ShapeFeatureDefinitionBaseType
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="OtherShapeFeatureDefinitionType">
  <xs:annotation>
    <xs:documentation>The OtherShapeFeatureDefinitionType defines the other shape feature nominal information that can be common to one or more other shape features.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="ShapeFeatureDefinitionBaseType">
      <xs:sequence>
        <xs:element name="Description" type="xs:string">
          <xs:annotation>
            <xs:documentation>The Description element describes the other 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