XML Schema Documentation

Table of Contents

top

Schema Document Properties

Target Namespace http://rep.oio.dk/tinglysning.dk/schema/elektroniskakt/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-2 http://rep.oio.dk/cpr.dk/xml/schemas/core/2005/10/31/
eakt http://rep.oio.dk/tinglysning.dk/schema/elektroniskakt/1/
model http://rep.oio.dk/tinglysning.dk/schema/model/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/elektroniskakt/1/" version="@BUILD_VERSION@">
<import namespace="http://rep.oio.dk/cpr.dk/xml/schemas/core/2005/10/31/" schemaLocation="http://rep.oio.dk/cpr.dk/xml/schemas/core/2005/10/31/CPR_SecondaryPostalLabel.xsd"/>
<import namespace="http://rep.oio.dk/tinglysning.dk/schema/model/1/" schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/EjendomIdentifikator.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: EjendomSoegningInformation

Name EjendomSoegningInformation
Type eakt:EjendomSoegningInformationType
Nillable no
Abstract no
Documentation Information om en ejendom som resultat af søgning.
Logical Diagram
XML Instance Representation
<eakt:EjendomSoegningInformation>
<model:EjendomIdentifikator> ... </model:EjendomIdentifikator> [1]
Start Choice [0..1]

'Der kan være situationer, hvor der for en given ejendom ikke eksisterer en adresse. Her er det kun matrikel nummer der identificerer ejendommens placering.'


<xkom:AddressSpecific> ... </xkom:AddressSpecific> [1]

'Entydig angivelse af danske \'enhedsadresser\' dvs. entrédøren inkl. evt. etage og dørbetegnelse, til bolig- og erhvervsenheder, baseret på de officielle identifikationer (koder) fra CPR og BBR.'

<cpr-2:SecondaryPostalLabel> ... </cpr-2:SecondaryPostalLabel> [1]

'Da der ikke altid eksisterer en adresse kode kan der i nogle situationer kun oplyses adresse baseret på denne struktur.'

End Choice
</eakt:EjendomSoegningInformation>
Diagram
Schema Component Representation
<element name="EjendomSoegningInformation" type=" eakt:EjendomSoegningInformationType "/>
top

Global Definitions

Complex Type: EjendomSoegningInformationType

Super-types: None
Sub-types: None
Name EjendomSoegningInformationType
Abstract no
XML Instance Representation
<...>
<model:EjendomIdentifikator> ... </model:EjendomIdentifikator> [1]
Start Choice [0..1]

'Der kan være situationer, hvor der for en given ejendom ikke eksisterer en adresse. Her er det kun matrikel nummer der identificerer ejendommens placering.'


<xkom:AddressSpecific> ... </xkom:AddressSpecific> [1]

'Entydig angivelse af danske \'enhedsadresser\' dvs. entrédøren inkl. evt. etage og dørbetegnelse, til bolig- og erhvervsenheder, baseret på de officielle identifikationer (koder) fra CPR og BBR.'

<cpr-2:SecondaryPostalLabel> ... </cpr-2:SecondaryPostalLabel> [1]

'Da der ikke altid eksisterer en adresse kode kan der i nogle situationer kun oplyses adresse baseret på denne struktur.'

End Choice
</...>
Diagram
Schema Component Representation
<complexType name="EjendomSoegningInformationType">
<sequence>
<element ref=" model:EjendomIdentifikator "/>
<choice minOccurs="0">
<element ref=" xkom:AddressSpecific "/>
<element ref=" cpr-2:SecondaryPostalLabel "/>
</choice>
</sequence>
</complexType>
top