LocalId

This is an identifier in a given local context that uniquely references an object, as opposed to the full ddi identifier which has an agency plus the id.

Properties

Name Type Cardinality
localIdValue xs:string 1..1
localIdType xs:string 1..1
localIdVersion xs:string 0..1

localIdValue

Value of the local ID.

localIdType

Type of identifier, specifying the context of the identifier.

localIdVersion

Version of the Local ID.

Graph

digraph G { fontname = "Bitstream Vera Sans" fontsize = 8 overlap=false; compound=true; node [ fontname = "Bitstream Vera Sans" fontsize = 8 shape = "record" ] edge [ fontname = "Bitstream Vera Sans" fontsize = 8 mode="ipsep" ] DDI4_LocalId [ label = "{<id>LocalId | + localIdValue : xs:string \l + localIdType : xs:string \l + localIdVersion : xs:string \l \l \l| \l \l}" tooltip = "ComplexDataTypes:LocalId" ] subgraph { label = "" node [ color = "#" ] } }