feature

A single feature of note.

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
name xs:string optional

Source

<xs:element name="feature" type="Feature" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>A single feature of note.</xs:documentation>
  </xs:annotation>
  <xs:key name="keyPath">
    <xs:selector xpath=".//path"/>
    <xs:field xpath="@id"/>
  </xs:key>
  <xs:keyref name="pathParentRef" refer="keyPath">
    <xs:selector xpath=".//path"/>
    <xs:field xpath="@parent"/>
  </xs:keyref>
</xs:element>

Sample