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" elementFormDefault="qualified" targetNamespace="http://rep.oio.dk/tinglysning.dk/schema/model/1/" version="@BUILD_VERSION@">
<include schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/BeloebValuta.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/ProcentSats.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:BeloebValutaType </model:KreditOmkostninger> [1]
<model:AarligeOmkostningerProcent> model:ProcentSatsType </model:AarligeOmkostningerProcent> [1]
<model:AndreOmkostninger> model:BeloebValutaType </model:AndreOmkostninger> [1]
<model:SamletBeloeb> model:BeloebValutaType </model:SamletBeloeb> [1]
<model:HaeftelseYdelseSamling> ... </model:HaeftelseYdelseSamling> [1]
<model:AntalYdelser> nonNegativeInteger </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:BeloebValutaType </model:KreditOmkostninger> [1]
<model:AarligeOmkostningerProcent> model:ProcentSatsType </model:AarligeOmkostningerProcent> [1]
<model:AndreOmkostninger> model:BeloebValutaType </model:AndreOmkostninger> [1]
<model:SamletBeloeb> model:BeloebValutaType </model:SamletBeloeb> [1]
<model:HaeftelseYdelseSamling> ... </model:HaeftelseYdelseSamling> [1]
<model:AntalYdelser> nonNegativeInteger </model:AntalYdelser> [1]

'Angiver antal ydelser i alt.'

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