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/LoesoereIdentifikator.xsd"/>
<include schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/RettighedIdentifikator.xsd"/>
...
</schema>
top

Global Declarations

Element: RelaksationLoesoere

Name RelaksationLoesoere
Type model:RelaksationLoesoereType
Nillable no
Abstract no
Documentation Anvendes for ekspeditionstype 99 RelaksationHæftelseLoesoere.
Logical Diagram
XML Instance Representation
<model:RelaksationLoesoere>
<model:LoesoereIdentifikator> ... </model:LoesoereIdentifikator> [1]

'Angiver de andele, som pantet skal relakseres ud af.'

<model:RettighedIdentifikator> ... </model:RettighedIdentifikator> [1]

'Angiver rettigheden som skal relakseres ud af pantet i stelnr angivet i LoesoereIdentifikator.'

<model:BetingelserTekst> string </model:BetingelserTekst> [0..1]

'Angiver mulige betingelser for gennemførelsen af relaksationen.'

</model:RelaksationLoesoere>
Diagram
Schema Component Representation
<element name="RelaksationLoesoere" type=" model:RelaksationLoesoereType "/>
top

Global Definitions

Complex Type: RelaksationLoesoereType

Super-types: None
Sub-types: None
Name RelaksationLoesoereType
Abstract no
XML Instance Representation
<...>
<model:LoesoereIdentifikator> ... </model:LoesoereIdentifikator> [1]

'Angiver de andele, som pantet skal relakseres ud af.'

<model:RettighedIdentifikator> ... </model:RettighedIdentifikator> [1]

'Angiver rettigheden som skal relakseres ud af pantet i stelnr angivet i LoesoereIdentifikator.'

<model:BetingelserTekst> string </model:BetingelserTekst> [0..1]

'Angiver mulige betingelser for gennemførelsen af relaksationen.'

</...>
Diagram
Schema Component Representation
<complexType name="RelaksationLoesoereType">
<sequence>
<element ref=" model:LoesoereIdentifikator "/>
<element ref=" model:RettighedIdentifikator "/>
<element name="BetingelserTekst" type=" string " minOccurs="0"/>
</sequence>
</complexType>
top