Identification
Rule: Any element found in a CVA file's
<Identification>
element has precedence over any like-named element that may or may not be present in the maquerading genericode file's or referenced genericode file's<Identification>
element.
Element information
Namespace: None
Schema document: ContextValueAssociation.xsd
Other elements with the same name: Identification
Type: cva:Identification
Properties: Local, Unqualified
Content
- Sequence [1..1]
- Annotation [0..1]
- ShortName [0..1]
- LongName [0..*]
- Version [0..1]
- CanonicalUri [0..1]
- CanonicalVersionUri [0..1]
- LocationUri [0..*]
- AlternateFormatLocationUri [0..*]
- Agency [0..1]
Attributes
None
Used in
- Type cva:ValueList (Element ValueList)
Sample instance
<Identification> <ShortName>CountryIdentificationCode</ShortName> <LongName xml:lang="en">Country</LongName> <LongName Identifier="listID">ISO3166-1</LongName> <Version>0.3</Version> <CanonicalUri>urn:oasis:names:specification:ubl:codelist:gc:CountryIdentificationCode</CanonicalUri> <CanonicalVersionUri>urn:oasis:names:specification:ubl:codelist:gc:CountryIdentificationCode-2.0</CanonicalVersionUri> <LocationUri>http://docs.oasis-open.org/ubl/os-ubl-2.0/cl/gc/default/CountryIdentificationCode-2.0.gc</LocationUri> <Agency> <LongName xml:lang="en">United Nations Economic Commission for Europe</LongName> <Identifier>6</Identifier> </Agency> </Identification>