InternationalIdentifier

An identifier whose scope of uniqueness is broader than the local archive. Common forms of an international identifier are ISBN, ISSN, DOI or similar designator. Provides both the value of the identifier and the agency who manages it.

Properties

Name Type Cardinality
identifierContent xs:string 0..1
managingAgency CodeValueType 0..1
isURI xs:boolean 0..1

identifierContent

An identifier as it should be listed for identification purposes.

managingAgency

The identification of the Agency which assigns and manages the identifier, i.e., ISBN, ISSN, DOI, etc.

isURI

Set to “true” if Identifier is a URI

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_InternationalIdentifier [ label = "{<id>InternationalIdentifier | + identifierContent : xs:string \l + managingAgency : CodeValueType \l + isURI : xs:boolean \l \l \l| \l \l}" tooltip = "ComplexDataTypes:InternationalIdentifier" ] subgraph { label = "" node [ color = "#" ] } }