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/BilIdentifikator.xsd"/>
<import namespace="http://rep.oio.dk/tinglysning.dk/schema/model/1/" schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/BilStruktur.xsd"/>
<import namespace="http://rep.oio.dk/tinglysning.dk/schema/model/1/" schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/HaeftelserPaaBilIndikator.xsd"/>
<include schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/elektroniskakt/1/RettighedsdokumentStamoplysningDato.xsd"/>
...
</schema>
top

Global Declarations

Element: BilSoegningInformation

Name BilSoegningInformation
Type eakt:BilSoegningInformationType
Nillable no
Abstract no
Documentation Information om en bil som resultat af søgning. BilStruktur kommer fra eksternt opslag i motorregister. Findes stelnummeret ikke i motorregister, udfyldes BilStruktur med oplysninger fra nyeste rettighedsdokument.
Logical Diagram
XML Instance Representation
<eakt:BilSoegningInformation>
<model:BilIdentifikator> ... </model:BilIdentifikator> [1]
<model:HaeftelserPaaBilIndikator> ... </model:HaeftelserPaaBilIndikator> [1]
<model:BilStruktur> ... </model:BilStruktur> [0..1]
<eakt:RettighedsdokumentStamoplysningDato> ... </eakt:RettighedsdokumentStamoplysningDato> [0..1]
</eakt:BilSoegningInformation>
Diagram
Schema Component Representation
<element name="BilSoegningInformation" type=" eakt:BilSoegningInformationType "/>
top

Global Definitions

Complex Type: BilSoegningInformationType

Super-types: None
Sub-types: None
Name BilSoegningInformationType
Abstract no
XML Instance Representation
<...>
<model:BilIdentifikator> ... </model:BilIdentifikator> [1]
<model:HaeftelserPaaBilIndikator> ... </model:HaeftelserPaaBilIndikator> [1]
<model:BilStruktur> ... </model:BilStruktur> [0..1]
<eakt:RettighedsdokumentStamoplysningDato> ... </eakt:RettighedsdokumentStamoplysningDato> [0..1]
</...>
Diagram
Schema Component Representation
<complexType name="BilSoegningInformationType">
<sequence>
<element ref=" model:BilIdentifikator "/>
<element ref=" model:HaeftelserPaaBilIndikator "/>
<element ref=" model:BilStruktur " minOccurs="0"/>
<element ref=" eakt:RettighedsdokumentStamoplysningDato " minOccurs="0"/>
</sequence>
</complexType>
top