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

Global Declarations

Element: HaeftelseRente

Name HaeftelseRente
Type model:HaeftelseRenteType
Nillable no
Abstract no
Documentation Oplysninger om rente på en hæftelse. Rente kan enten være fast eller variabel. Renten skal altid angives. Hvis der er aftale om ingen rente skal den angives som nul i HaeftelseRenteFast.
Logical Diagram
XML Instance Representation
<model:HaeftelseRente>
Start Choice [1]
<model:HaeftelseRenteFast> ... </model:HaeftelseRenteFast> [1]
<model:HaeftelseRenteVariabel> ... </model:HaeftelseRenteVariabel> [1]
End Choice
</model:HaeftelseRente>
Diagram
Schema Component Representation
<element name="HaeftelseRente" type=" model:HaeftelseRenteType "/>
top

Global Definitions

Complex Type: HaeftelseRenteType

Super-types: None
Sub-types: None
Name HaeftelseRenteType
Abstract no
XML Instance Representation
<...>
Start Choice [1]
<model:HaeftelseRenteFast> ... </model:HaeftelseRenteFast> [1]
<model:HaeftelseRenteVariabel> ... </model:HaeftelseRenteVariabel> [1]
End Choice
</...>
Diagram
Schema Component Representation
<complexType name="HaeftelseRenteType">
<choice>
<element ref=" model:HaeftelseRenteFast "/>
<element ref=" model:HaeftelseRenteVariabel "/>
</choice>
</complexType>
top