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

Global Declarations

Element: HaeftelseRenteVariabel

Name HaeftelseRenteVariabel
Type model:HaeftelseRenteVariabelType
Nillable no
Abstract no
Documentation Oplysninger om rente paa hæftelse med variabel rente. Det er ikke krævet at oplyse den aktuelle rentesats. HaeftelseRenteVariabel kan derfor være et tomt element, der kun indikerer at der er tale om variable rentevilkår.
Logical Diagram
XML Instance Representation
<model:HaeftelseRenteVariabel>
<model:HaeftelseRentePaalydendeSats> model:HaeftelseRenteSatsType </model:HaeftelseRentePaalydendeSats> [0..1]

'Haeftelsens paalydende aarlige rentesats.'

<model:HaeftelseRenteNominelSats> model:HaeftelseRenteSatsType </model:HaeftelseRenteNominelSats> [0..1]

'Haeftelsens aarlige rente inkl. renters rente.'

<model:HaeftelseReferenceRente> ... </model:HaeftelseReferenceRente> [0..1]
<model:AftaleOmRenteniveau> model:HaeftelseRenteSatsIntervalType </model:AftaleOmRenteniveau> [0..1]

'Definerer eventuelle minimums og maksimums rentesatser for laanet.'

</model:HaeftelseRenteVariabel>
Diagram
Schema Component Representation
<element name="HaeftelseRenteVariabel" type=" model:HaeftelseRenteVariabelType "/>
top

Global Definitions

Complex Type: HaeftelseRenteVariabelType

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

'Haeftelsens paalydende aarlige rentesats.'

<model:HaeftelseRenteNominelSats> model:HaeftelseRenteSatsType </model:HaeftelseRenteNominelSats> [0..1]

'Haeftelsens aarlige rente inkl. renters rente.'

<model:HaeftelseReferenceRente> ... </model:HaeftelseReferenceRente> [0..1]
<model:AftaleOmRenteniveau> model:HaeftelseRenteSatsIntervalType </model:AftaleOmRenteniveau> [0..1]

'Definerer eventuelle minimums og maksimums rentesatser for laanet.'

</...>
Diagram
Schema Component Representation
<complexType name="HaeftelseRenteVariabelType">
<sequence>
<element name="HaeftelseRentePaalydendeSats" type=" model:HaeftelseRenteSatsType " minOccurs="0"/>
<element name="HaeftelseRenteNominelSats" type=" model:HaeftelseRenteSatsType " minOccurs="0"/>
<element ref=" model:HaeftelseReferenceRente " minOccurs="0"/>
<element name="AftaleOmRenteniveau" type=" model:HaeftelseRenteSatsIntervalType " minOccurs="0"/>
</sequence>
</complexType>
top