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
snapshot http://rep.oio.dk/tinglysning.dk/schema/snapshot/1/
eakt http://rep.oio.dk/tinglysning.dk/schema/elektroniskakt/1/
model http://rep.oio.dk/tinglysning.dk/schema/model/1/
Schema Component Representation
<schema xml:lang="DA" targetNamespace="http://rep.oio.dk/tinglysning.dk/schema/elektroniskakt/1/" elementFormDefault="qualified" version="@BUILD_VERSION@">
<import namespace="http://rep.oio.dk/tinglysning.dk/schema/model/1/" schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/AndelIdentifikator.xsd"/>
<import namespace="http://rep.oio.dk/tinglysning.dk/schema/snapshot/1/" schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/snapshot/1/AdresseStruktur.xsd"/>
<import namespace="http://rep.oio.dk/tinglysning.dk/schema/model/1/" schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/HaeftelserPaaAndelIndikator.xsd"/>
...
</schema>
top

Global Declarations

Element: AndelSoegningInformation

Name AndelSoegningInformation
Type eakt:AndelSoegningInformationType
Nillable no
Abstract no
Documentation Information om en andel som resultat af søgning. AdresseStruktur kommer fra eksternt opslag i CPR
Logical Diagram
XML Instance Representation
<eakt:AndelSoegningInformation>
<model:AndelIdentifikator> ... </model:AndelIdentifikator> [1]
<model:HaeftelserPaaAndelIndikator> ... </model:HaeftelserPaaAndelIndikator> [1]
<snapshot:AdresseStruktur> ... </snapshot:AdresseStruktur> [0..1]
</eakt:AndelSoegningInformation>
Diagram
Schema Component Representation
<element name="AndelSoegningInformation" type=" eakt:AndelSoegningInformationType "/>
top

Global Definitions

Complex Type: AndelSoegningInformationType

Super-types: None
Sub-types: None
Name AndelSoegningInformationType
Abstract no
XML Instance Representation
<...>
<model:AndelIdentifikator> ... </model:AndelIdentifikator> [1]
<model:HaeftelserPaaAndelIndikator> ... </model:HaeftelserPaaAndelIndikator> [1]
<snapshot:AdresseStruktur> ... </snapshot:AdresseStruktur> [0..1]
</...>
Diagram
Schema Component Representation
<complexType name="AndelSoegningInformationType">
<sequence>
<element ref=" model:AndelIdentifikator "/>
<element ref=" model:HaeftelserPaaAndelIndikator "/>
<element ref=" snapshot:AdresseStruktur " minOccurs="0"/>
</sequence>
</complexType>
top