XML Schema Documentation

Table of Contents

top

Schema Document Properties

Target Namespace http://rep.oio.dk/tinglysning.dk/schema/snapshot/1/
Version @BUILD_VERSION@
Language DA
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
cpr http://rep.oio.dk/cpr.dk/xml/schemas/core/2005/03/18/
dkcc http://rep.oio.dk/ebxml/xml/schemas/dkcc/2005/03/15/
model http://rep.oio.dk/tinglysning.dk/schema/model/1/
snapshot http://rep.oio.dk/tinglysning.dk/schema/snapshot/1/
xkom http://rep.oio.dk/xkom.dk/xml/schemas/2006/01/06/
Schema Component Representation
<schema xml:lang="DA" elementFormDefault="qualified" targetNamespace="http://rep.oio.dk/tinglysning.dk/schema/snapshot/1/" version="@BUILD_VERSION@">
<import namespace="http://rep.oio.dk/ebxml/xml/schemas/dkcc/2005/03/15/" schemaLocation="http://rep.oio.dk/ebxml/xml/schemas/dkcc/2005/03/15/DKCC_DistrictName.xsd"/>
<import namespace="http://rep.oio.dk/ebxml/xml/schemas/dkcc/2005/03/15/" schemaLocation="http://rep.oio.dk/ebxml/xml/schemas/dkcc/2005/03/15/DKCC_DistrictSubdivisionIdentifier.xsd"/>
<import namespace="http://rep.oio.dk/ebxml/xml/schemas/dkcc/2005/03/15/" schemaLocation="http://rep.oio.dk/ebxml/xml/schemas/dkcc/2005/03/15/DKCC_PostCodeIdentifier.xsd"/>
<import namespace="http://rep.oio.dk/ebxml/xml/schemas/dkcc/2005/03/15/" schemaLocation="http://rep.oio.dk/ebxml/xml/schemas/dkcc/2005/03/15/DKCC_StreetName.xsd"/>
<import namespace="http://rep.oio.dk/xkom.dk/xml/schemas/2006/01/06/" schemaLocation="http://rep.oio.dk/xkom.dk/xml/schemas/2006/01/06/XKOM_AddressSpecific.xsd"/>
...
</schema>
top

Global Declarations

Element: AdresseStruktur

Name AdresseStruktur
Type snapshot:AdresseStrukturType
Nillable no
Abstract no
Documentation Indeholder oplysninger for en adresse baseret på koder. Det kan fx være i en RolleStrukur (også fra snapshots), hvor adressen på en person eller virksomhed er angivet som standard OIO-adresse med vejkode/kommunekode (AddressSpecific), eller det kan være fra en adresseangivelse på en ejendom i selve anmeldelsen.
Logical Diagram
XML Instance Representation
<snapshot:AdresseStruktur>
<xkom:AddressSpecific> ... </xkom:AddressSpecific> [1]
<dkcc:StreetName> ... </dkcc:StreetName> [1]
<dkcc:PostCodeIdentifier> ... </dkcc:PostCodeIdentifier> [1]
<dkcc:DistrictName> ... </dkcc:DistrictName> [1]
<dkcc:DistrictSubdivisionIdentifier> ... </dkcc:DistrictSubdivisionIdentifier> [0..1]
</snapshot:AdresseStruktur>
Diagram
Schema Component Representation
<element name="AdresseStruktur" type=" snapshot:AdresseStrukturType "/>
top

Global Definitions

Complex Type: AdresseStrukturType

Super-types: None
Sub-types: None
Name AdresseStrukturType
Abstract no
XML Instance Representation
<...>
<xkom:AddressSpecific> ... </xkom:AddressSpecific> [1]
<dkcc:StreetName> ... </dkcc:StreetName> [1]
<dkcc:PostCodeIdentifier> ... </dkcc:PostCodeIdentifier> [1]
<dkcc:DistrictName> ... </dkcc:DistrictName> [1]
<dkcc:DistrictSubdivisionIdentifier> ... </dkcc:DistrictSubdivisionIdentifier> [0..1]
</...>
Diagram
Schema Component Representation
<complexType name="AdresseStrukturType">
<sequence>
<element ref=" xkom:AddressSpecific "/>
<element ref=" dkcc:StreetName "/>
<element ref=" dkcc:PostCodeIdentifier "/>
<element ref=" dkcc:DistrictName "/>
<element ref=" dkcc:DistrictSubdivisionIdentifier " minOccurs="0"/>
</sequence>
</complexType>
top