XML Schema Documentation

Table of Contents

top

Schema Document Properties

Target Namespace http://rep.oio.dk/tinglysning.dk/schema/elektroniskakt/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
eakt http://rep.oio.dk/tinglysning.dk/schema/elektroniskakt/1/
kms http://rep.oio.dk/kms.dk/xml/schemas/2005/03/11/
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/elektroniskakt/1/" version="@BUILD_VERSION@">
<import namespace="http://rep.oio.dk/tinglysning.dk/schema/model/1/" schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/BeloebValuta.xsd"/>
...
</schema>
top

Global Declarations

Element: EjendomVurdering

Name EjendomVurdering
Type eakt:EjendomVurderingType
Nillable no
Abstract no
Documentation Angivelse af ejendomsvurdering.
Logical Diagram
XML Instance Representation
<eakt:EjendomVurdering>
<eakt:EjendomVaerdi> model:BeloebValutaType </eakt:EjendomVaerdi> [1]
<eakt:GrundVaerdi> model:BeloebValutaType </eakt:GrundVaerdi> [0..1]
</eakt:EjendomVurdering>
Diagram
Schema Component Representation
<element name="EjendomVurdering" type=" eakt:EjendomVurderingType "/>
top

Global Definitions

Complex Type: EjendomVurderingType

Super-types: None
Sub-types: None
Name EjendomVurderingType
Abstract no
XML Instance Representation
<...>
<eakt:EjendomVaerdi> model:BeloebValutaType </eakt:EjendomVaerdi> [1]
<eakt:GrundVaerdi> model:BeloebValutaType </eakt:GrundVaerdi> [0..1]
</...>
Diagram
Schema Component Representation
<complexType name="EjendomVurderingType">
<sequence>
<element name="EjendomVaerdi" type=" model:BeloebValutaType "/>
<element name="GrundVaerdi" type=" model:BeloebValutaType " minOccurs="0"/>
</sequence>
</complexType>
top