AccessLocation

A set of access information for a Machine including external and internal URL, mime type, and physical location

Properties

Name Type Cardinality
externalURLReference URL 0..n
internalURLReference xs:anyURI 0..1
mimeType CodeValueType 0..1
physicalLocation InternationalString 0..n

externalURLReference

An external URL

internalURLReference

The internal URL.

mimeType

physicalLocation

The physical location of the machine

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_AccessLocation [ label = "{<id>AccessLocation | + externalURLReference : URL \l + internalURLReference : xs:anyURI \l + mimeType : CodeValueType \l + physicalLocation : InternationalString \l \l \l| \l \l}" tooltip = "ComplexDataTypes:AccessLocation" ] subgraph { label = "" node [ color = "#" ] } }