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
snapshot http://rep.oio.dk/tinglysning.dk/schema/snapshot/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/snapshot/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/BilMaerke.xsd"/>
<import namespace="http://rep.oio.dk/tinglysning.dk/schema/model/1/" schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/RegistreringsnummerTekst.xsd"/>
<import namespace="http://rep.oio.dk/tinglysning.dk/schema/model/1/" schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/FoersteRegistreringsAar.xsd"/>
<import namespace="http://rep.oio.dk/tinglysning.dk/schema/model/1/" schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/BilBemaerkningTekstSamling.xsd"/>
...
</schema>
top

Global Declarations

Element: BilSnapshotStruktur

Name BilSnapshotStruktur
Type snapshot:BilSnapshotStrukturType
Nillable no
Abstract no
Documentation Indeholder beriget information om en bil. Informationer kan stamme fra anmeldelsen eller fra eksterne registre såsom CRM.
Logical Diagram
XML Instance Representation
<snapshot:BilSnapshotStruktur>
<model:BilIdentifikator> ... </model:BilIdentifikator> [1]
<model:BilMaerke> ... </model:BilMaerke> [1]
<model:RegistreringsnummerTekst> ... </model:RegistreringsnummerTekst> [0..1]
<model:FoersteRegistreringsAar> ... </model:FoersteRegistreringsAar> [0..1]
<model:BilBemaerkningTekstSamling> ... </model:BilBemaerkningTekstSamling> [0..1]
</snapshot:BilSnapshotStruktur>
Diagram
Schema Component Representation
<element name="BilSnapshotStruktur" type=" snapshot:BilSnapshotStrukturType "/>
top

Global Definitions

Complex Type: BilSnapshotStrukturType

Super-types: None
Sub-types: None
Name BilSnapshotStrukturType
Abstract no
XML Instance Representation
<...>
<model:BilIdentifikator> ... </model:BilIdentifikator> [1]
<model:BilMaerke> ... </model:BilMaerke> [1]
<model:RegistreringsnummerTekst> ... </model:RegistreringsnummerTekst> [0..1]
<model:FoersteRegistreringsAar> ... </model:FoersteRegistreringsAar> [0..1]
<model:BilBemaerkningTekstSamling> ... </model:BilBemaerkningTekstSamling> [0..1]
</...>
Diagram
Schema Component Representation
<complexType name="BilSnapshotStrukturType">
<sequence>
<element ref=" model:BilIdentifikator "/>
<element ref=" model:BilMaerke "/>
<element ref=" model:RegistreringsnummerTekst " minOccurs="0"/>
<element ref=" model:FoersteRegistreringsAar " minOccurs="0"/>
<element ref=" model:BilBemaerkningTekstSamling " minOccurs="0"/>
</sequence>
</complexType>
top