URI

A URN or URL for a file with a flag to indicate if it is a public copy.

Properties

Name Type Cardinality
isPublic xs:boolean 0..1
content xs:string 1..1

isPublic

Set to “true” (default value) if this file is publicly available. This does not imply that there are not restrictions to access. Set to “false” if this is not publicly available, such as a backup copy, an internal processing data file, etc.

content

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_URI [ label = "{<id>URI | + isPublic : xs:boolean \l + content : xs:string \l \l \l| \l \l}" tooltip = "ComplexDataTypes:URI" ] subgraph { label = "" node [ color = "#" ] } }