QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
key | xs:string | required | ||||
value | apml:NodeValueType | required | ||||
Wildcard: ANY attribute from ANY namespace |
<xs:complexType name="ExplicitNodeType"> <!-- Provides the text or value of the node, such as a name or a term --> <xs:attribute name="key" type="xs:string" use="required"/> <!-- Provides the rank (or score) of the node --> <xs:attribute name="value" type="apml:NodeValueType" use="required"/> <!-- Allow additional attributes --> <xs:anyAttribute/> </xs:complexType> |