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

Global Declarations

Element: EjendomDelareal

Name EjendomDelareal
Type model:EjendomDelarealType
Nillable no
Abstract no
Documentation Angiver et delareal på en ejendom
Logical Diagram
XML Instance Representation
<model:EjendomDelareal>
<model:EjendomIdentifikator> model:EjendomIdentifikatorType </model:EjendomIdentifikator> [1]
<model:DelarealNummer> ... </model:DelarealNummer> [1]
<model:DelarealStoerrelse> ... </model:DelarealStoerrelse> [1]

'Angives i kvm. Oplysning om størrelsen af et delareal, opgjort i kvm., samt med angivelse af, hvor mange af disse kvm., der udgør vejareal. Oplysningen indberettes af landinspektøren.'

</model:EjendomDelareal>
Diagram
Schema Component Representation
<element name="EjendomDelareal" type=" model:EjendomDelarealType "/>
top

Global Definitions

Complex Type: EjendomDelarealType

Super-types: None
Sub-types: None
Name EjendomDelarealType
Abstract no
XML Instance Representation
<...>
<model:EjendomIdentifikator> model:EjendomIdentifikatorType </model:EjendomIdentifikator> [1]
<model:DelarealNummer> ... </model:DelarealNummer> [1]
<model:DelarealStoerrelse> ... </model:DelarealStoerrelse> [1]

'Angives i kvm. Oplysning om størrelsen af et delareal, opgjort i kvm., samt med angivelse af, hvor mange af disse kvm., der udgør vejareal. Oplysningen indberettes af landinspektøren.'

</...>
Diagram
Schema Component Representation
<complexType name="EjendomDelarealType">
<sequence>
<element name="EjendomIdentifikator" type=" model:EjendomIdentifikatorType "/>
<choice>
<sequence>
<element ref=" model:DelarealNummer "/>
<element ref=" model:DelarealStoerrelse "/>
</sequence>
</complexType>
top