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.

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" elementFormDefault="qualified" targetNamespace="http://rep.oio.dk/tinglysning.dk/schema/model/1/" version="@BUILD_VERSION@">
...
</schema>
top

Global Declarations

Element: HaeftelseSaerligLovgivning

Name HaeftelseSaerligLovgivning
Type model:HaeftelseSaerligLovgivningType
Nillable no
Abstract no
Documentation Indeholder oplysninger om lovgivning, som en anmeldelse kan henvise til, f.eks. omkring særlige vilkår for prioritering ved pantsætning af fast ejendom eller tinglys- ning af servitutter, der skal tillægges forrang. Felterne er opsat således, at alene det ene er nødvendigt, idet lovgivningen kan angives både struktureret eller som en tekststreng. Alle lovhenvisninger medfører, at anmeldelsen udtages til manuel behandling.
Logical Diagram
XML Instance Representation
<model:HaeftelseSaerligLovgivning>
<model:LovNavnTekst> string </model:LovNavnTekst> [1]
<model:LovNummerTekst> string </model:LovNummerTekst> [0..1]
<model:LovDato> date </model:LovDato> [0..1]
<model:LovParagrafNummer> string </model:LovParagrafNummer> [0..1]
</model:HaeftelseSaerligLovgivning>
Diagram
Schema Component Representation
<element name="HaeftelseSaerligLovgivning" type=" model:HaeftelseSaerligLovgivningType "/>
top

Global Definitions

Complex Type: HaeftelseSaerligLovgivningType

Super-types: None
Sub-types: None
Name HaeftelseSaerligLovgivningType
Abstract no
XML Instance Representation
<...>
<model:LovNavnTekst> string </model:LovNavnTekst> [1]
<model:LovNummerTekst> string </model:LovNummerTekst> [0..1]
<model:LovDato> date </model:LovDato> [0..1]
<model:LovParagrafNummer> string </model:LovParagrafNummer> [0..1]
</...>
Diagram
Schema Component Representation
<complexType name="HaeftelseSaerligLovgivningType">
<sequence>
<element name="LovNavnTekst" type=" string "/>
<element name="LovNummerTekst" type=" string " minOccurs="0"/>
<element name="LovDato" type=" date " minOccurs="0"/>
<element name="LovParagrafNummer" type=" string " minOccurs="0"/>
</sequence>
</complexType>
top