A single feature of note. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
name | xs:string | optional |
<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> |