Key
Definition of a key.
Element information
Namespace: None
Schema document: genericode.xsd
Type: gc:Key
Properties: Local, Unqualified
Content
- Sequence [1..1]
- Annotation [0..1] User annotation for the key.
- Sequence [0..1]
- CanonicalUri [1..1] Canonical URI which uniquely identifies all versions collectively.
- CanonicalVersionUri [0..1] Canonical URI which uniquely identifies this version.
- ColumnRef [1..*] Reference to the document ID of a column in the key.
from group gc:NameSetfrom group gc:IdentificationVersionUriSet
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
Id | [1..1] | xsd:ID | Unique ID within the document. | from group gc:IdDefinition |
Used in
- Group gc:KeyChoice
- Group gc:ColumnSetContent via reference to gc:KeyChoice
- Type gc:ColumnSet via reference to gc:ColumnSetContent (Element ColumnSet)
- Type gc:ColumnSetDocument via reference to gc:ColumnSetContent (Element gc:ColumnSet)
Sample instance
<Key Id="codeKey"> <ShortName>CodeKey</ShortName> <ColumnRef Ref="code"/> </Key>