URL

A web site URL

Properties

Name Type Cardinality
isPreferred xs:boolean 0..1
content xs:anyURI 1..1
typeOfWebsite CodeValueType 0..1
effectivePeriod Date 0..1
privacy CodeValueType 0..1

isPreferred

Set to “true” if this is the preferred URL.

content

The content of the URL

typeOfWebsite

The type of URL for example personal, project, organization, division, etc.

effectivePeriod

The period for which this URL is valid.

privacy

Indicates the privacy level of this URL

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_URL [ label = "{<id>URL | + isPreferred : xs:boolean \l + content : xs:anyURI \l + typeOfWebsite : CodeValueType \l + effectivePeriod : Date \l + privacy : CodeValueType \l \l \l| \l \l}" tooltip = "ComplexDataTypes:URL" ] subgraph { label = "" node [ color = "#" ] } }