The Description element describes the other shape feature in natural language.
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>
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>