XML Schema Documentation

Table of Contents

top

Schema Document Properties

Target Namespace http://rep.oio.dk/xkom.dk/xml/schemas/2005/03/15/
Element and Attribute Namespaces
  • Global element and attribute declarations belong to this schema's target namespace.
  • By default, local element declarations belong to this schema's target namespace.
  • By default, local attribute declarations have no namespace.
Schema Composition

Declared Namespaces

Prefix Namespace
Default namespace http://www.w3.org/2001/XMLSchema
xml http://www.w3.org/XML/1998/namespace
dkcc http://rep.oio.dk/ebxml/xml/schemas/dkcc/2003/02/13/
cpr http://rep.oio.dk/cpr.dk/xml/schemas/core/2005/03/18/
xkom http://rep.oio.dk/xkom.dk/xml/schemas/2005/03/15/
Schema Component Representation
<schema targetNamespace="http://rep.oio.dk/xkom.dk/xml/schemas/2005/03/15/" elementFormDefault="qualified">
<import namespace="http://rep.oio.dk/cpr.dk/xml/schemas/core/2005/03/18/" schemaLocation="http://rep.oio.dk/cpr.dk/xml/schemas/core/2005/03/18/CPR_MunicipalityCode.xsd"/>
<import namespace="http://rep.oio.dk/cpr.dk/xml/schemas/core/2005/03/18/" schemaLocation="http://rep.oio.dk/cpr.dk/xml/schemas/core/2005/03/18/CPR_StreetCode.xsd"/>
<import namespace="http://rep.oio.dk/ebxml/xml/schemas/dkcc/2003/02/13/" schemaLocation="http://rep.oio.dk/ebxml/xml/schemas/dkcc/2003/02/13/DKCC_StreetBuildingIdentifier.xsd"/>
...
</schema>
top

Global Declarations

Element: AddressAccess

Name AddressAccess
Type xkom:AddressAccessType
Nillable no
Abstract no
Documentation Unique identification of a specific access to a building (entrance door etc.) plot of land, plant etc., by use of municipialitycode, streetcode and street building identifier (da. house number ~ husnummer).
Logical Diagram
XML Instance Representation
<xkom:AddressAccess>
<cpr:MunicipalityCode> ... </cpr:MunicipalityCode> [1]
<cpr:StreetCode> ... </cpr:StreetCode> [1]
<dkcc:StreetBuildingIdentifier> ... </dkcc:StreetBuildingIdentifier> [1]
</xkom:AddressAccess>
Diagram
Schema Component Representation
<element name="AddressAccess" type=" xkom:AddressAccessType "/>
top

Global Definitions

Complex Type: AddressAccessType

Super-types: None
Sub-types: None
Name AddressAccessType
Abstract no
XML Instance Representation
<...>
<cpr:MunicipalityCode> ... </cpr:MunicipalityCode> [1]
<cpr:StreetCode> ... </cpr:StreetCode> [1]
<dkcc:StreetBuildingIdentifier> ... </dkcc:StreetBuildingIdentifier> [1]
</...>
Diagram
Schema Component Representation
<complexType name="AddressAccessType">
<sequence>
<element ref=" cpr:MunicipalityCode "/>
<element ref=" cpr:StreetCode "/>
<element ref=" dkcc:StreetBuildingIdentifier "/>
</sequence>
</complexType>
top