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" elementFormDefault="qualified" targetNamespace="http://rep.oio.dk/tinglysning.dk/schema/model/1/" version="54.0.4.1">
<include schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/KreditOmkostninger.xsd"/>
<include schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/AarligeOmkostningerProcent.xsd"/>
<include schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/AndreOmkostninger.xsd"/>
<include schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/SamletBeloeb.xsd"/>
<include schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/HaeftelseYdelseSamling.xsd"/>
<include schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/AntalYdelser.xsd"/>
...
</schema>
top

Global Declarations

Element: HaeftelseKreditoplysninger

Name HaeftelseKreditoplysninger
Type model:HaeftelseKreditoplysningerType
Nillable no
Abstract no
Documentation Kreditoplysninger som afgives i henhold til lov om kreditaftaler.
Logical Diagram
XML Instance Representation
<model:HaeftelseKreditoplysninger>
<model:KreditOmkostninger> ... </model:KreditOmkostninger> [1]
<model:AarligeOmkostningerProcent> ... </model:AarligeOmkostningerProcent> [1]
<model:AndreOmkostninger> ... </model:AndreOmkostninger> [1]
<model:SamletBeloeb> ... </model:SamletBeloeb> [1]
<model:HaeftelseYdelseSamling> ... </model:HaeftelseYdelseSamling> [1]
<model:AntalYdelser> ... </model:AntalYdelser> [1]

'Angiver antal ydelser i alt.'

</model:HaeftelseKreditoplysninger>
Diagram
Schema Component Representation
<element name="HaeftelseKreditoplysninger" type=" model:HaeftelseKreditoplysningerType "/>
top

Global Definitions

Complex Type: HaeftelseKreditoplysningerType

Super-types: None
Sub-types: None
Name HaeftelseKreditoplysningerType
Abstract no
XML Instance Representation
<...>
<model:KreditOmkostninger> ... </model:KreditOmkostninger> [1]
<model:AarligeOmkostningerProcent> ... </model:AarligeOmkostningerProcent> [1]
<model:AndreOmkostninger> ... </model:AndreOmkostninger> [1]
<model:SamletBeloeb> ... </model:SamletBeloeb> [1]
<model:HaeftelseYdelseSamling> ... </model:HaeftelseYdelseSamling> [1]
<model:AntalYdelser> ... </model:AntalYdelser> [1]

'Angiver antal ydelser i alt.'

</...>
Diagram
Schema Component Representation
<complexType name="HaeftelseKreditoplysningerType">
<sequence>
<element ref=" model:KreditOmkostninger "/>
<element ref=" model:AarligeOmkostningerProcent "/>
<element ref=" model:AndreOmkostninger "/>
<element ref=" model:SamletBeloeb "/>
<element ref=" model:HaeftelseYdelseSamling "/>
<element ref=" model:AntalYdelser "/>
</sequence>
</complexType>
top