XML Schema Documentation

Table of Contents

top

Schema Document Properties

Target Namespace http://rep.oio.dk/tinglysning.dk/schema/model/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
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/model/1/" elementFormDefault="qualified" version="@BUILD_VERSION@">
<include schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/BilIdentifikator.xsd"/>
<include schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/BilMaerke.xsd"/>
<include schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/FoersteRegistreringsAar.xsd"/>
<include schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/RegistreringsnummerTekst.xsd"/>
<include schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/BilBemaerkningTekstSamling.xsd"/>
<include schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/RespektSamling.xsd"/>
...
</schema>
top

Global Declarations

Element: Bil

Name Bil
Type model:BilType
Nillable no
Abstract no
Documentation Angiver et tinglysningsobjekt af typen bil.Ved oprettelse af biler, som findes i CRM, skal BilMaerke og FoersteRegistringsAar ikke udfyldes
Logical Diagram
XML Instance Representation
<model:Bil>
<model:BilIdentifikator> ... </model:BilIdentifikator> [1]
<model:BilMaerke> ... </model:BilMaerke> [0..1]
<model:FoersteRegistreringsAar> ... </model:FoersteRegistreringsAar> [0..1]
<model:RegistreringsnummerTekst> ... </model:RegistreringsnummerTekst> [0..1]
<model:BilBemaerkningTekstSamling> ... </model:BilBemaerkningTekstSamling> [0..1]
<model:RespektSamling> ... </model:RespektSamling> [0..1]

'Angiver hvilke hæftelser som respekteres på det pågældende tinglysningsobjekt.'

</model:Bil>
Diagram
Schema Component Representation
<element name="Bil" type=" model:BilType "/>
top

Global Definitions

Complex Type: BilType

Super-types: None
Sub-types: None
Name BilType
Abstract no
XML Instance Representation
<...>
<model:BilIdentifikator> ... </model:BilIdentifikator> [1]
<model:BilMaerke> ... </model:BilMaerke> [0..1]
<model:FoersteRegistreringsAar> ... </model:FoersteRegistreringsAar> [0..1]
<model:RegistreringsnummerTekst> ... </model:RegistreringsnummerTekst> [0..1]
<model:BilBemaerkningTekstSamling> ... </model:BilBemaerkningTekstSamling> [0..1]
<model:RespektSamling> ... </model:RespektSamling> [0..1]

'Angiver hvilke hæftelser som respekteres på det pågældende tinglysningsobjekt.'

</...>
Diagram
Schema Component Representation
<complexType name="BilType">
<sequence>
<element ref=" model:BilIdentifikator "/>
<element ref=" model:BilMaerke " minOccurs="0"/>
<element ref=" model:FoersteRegistreringsAar " minOccurs="0"/>
<element ref=" model:RegistreringsnummerTekst " minOccurs="0"/>
<element ref=" model:BilBemaerkningTekstSamling " minOccurs="0"/>
<element ref=" model:RespektSamling " minOccurs="0"/>
</sequence>
</complexType>
top