XML Schema Documentation

Table of Contents

top

Schema Document Properties

Target Namespace http://rep.oio.dk/tinglysning.dk/schema/model/1/
Version 54.0.4.1
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="54.0.4.1">
<include schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/BeloebValuta.xsd"/>
<include schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/BygningsforholdKode.xsd"/>
<include schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/AdkomstHandelKode.xsd"/>
<include schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/AdkomstInformation.xsd"/>
<include schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/EjendomKategori.xsd"/>
<include schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/SaerejeIndikator.xsd"/>
...
</schema>
top

Global Declarations

Element: DokumentFastEjendom

Name DokumentFastEjendom
Type model:DokumentFastEjendomType
Nillable no
Abstract no
Documentation Anvendes for ekspeditionstyperne 6, 115, 116, 183 og 203.
Logical Diagram
XML Instance Representation
<model:DokumentFastEjendom>
<model:BeloebValuta> ... </model:BeloebValuta> [0..1]

'Beløb for anden adkomst'

<model:BygningsforholdKode> ... </model:BygningsforholdKode> [0..1]
<model:EjendomKategori> ... </model:EjendomKategori> [0..1]
<model:AdkomstHandelKode> ... </model:AdkomstHandelKode> [0..1]
<model:AdkomstInformation> ... </model:AdkomstInformation> [0..1]
<model:SaerejeIndikator> ... </model:SaerejeIndikator> [0..1]
</model:DokumentFastEjendom>
Diagram
Schema Component Representation
<element name="DokumentFastEjendom" type=" model:DokumentFastEjendomType "/>
top

Global Definitions

Complex Type: DokumentFastEjendomType

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

'Beløb for anden adkomst'

<model:BygningsforholdKode> ... </model:BygningsforholdKode> [0..1]
<model:EjendomKategori> ... </model:EjendomKategori> [0..1]
<model:AdkomstHandelKode> ... </model:AdkomstHandelKode> [0..1]
<model:AdkomstInformation> ... </model:AdkomstInformation> [0..1]
<model:SaerejeIndikator> ... </model:SaerejeIndikator> [0..1]
</...>
Diagram
Schema Component Representation
<complexType name="DokumentFastEjendomType">
<sequence>
<element ref=" model:BeloebValuta " minOccurs="0"/>
<element ref=" model:BygningsforholdKode " minOccurs="0"/>
<element ref=" model:EjendomKategori " minOccurs="0"/>
<element ref=" model:AdkomstHandelKode " minOccurs="0"/>
<element ref=" model:AdkomstInformation " minOccurs="0"/>
<element ref=" model:SaerejeIndikator " minOccurs="0"/>
</sequence>
</complexType>
top