xsd:keyref
Element information
Namespace: http://www.w3.org/2001/XMLSchema
Schema document: XMLSchema.xsd
Type: Anonymous
Properties: Global, Qualified, ID: keyref
Content
- Sequence [1..1]
- xsd:annotation [0..1]
- Sequence [0..1]
- xsd:selector [1..1]
- xsd:field [1..*]
from type xsd:annotatedfrom type xsd:keybase
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
Any attribute | [0..*] | Namespace: ##other, Process Contents: lax | from type xsd:openAttrs | |
id | [0..1] | xsd:ID | from type xsd:annotated | |
name | [0..1] | xsd:NCName | from type xsd:keybase | |
ref | [0..1] | xsd:QName | from type xsd:keybase | |
refer | [0..1] | xsd:QName |
Used in
- Group xsd:identityConstraint
- Type xsd:element via reference to xsd:identityConstraint
- Type xsd:localElement via reference to xsd:identityConstraint (Element xsd:element)
- Type xsd:topLevelElement via reference to xsd:identityConstraint (Element xsd:element)
Sample instance
<xsd:keyref> <xsd:selector xpath="token"> </xsd:selector> <xsd:field xpath="token"> </xsd:field> </xsd:keyref>