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
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" targetNamespace="http://rep.oio.dk/tinglysning.dk/schema/model/1/" elementFormDefault="qualified" version="@BUILD_VERSION@">
<import namespace="http://rep.oio.dk/kms.dk/xml/schemas/2005/03/11/" schemaLocation="http://rep.oio.dk/kms.dk/xml/schemas/2005/03/11/KMS_CadastralDistrictIdentifier.xsd"/>
<import namespace="http://rep.oio.dk/kms.dk/xml/schemas/2005/03/11/" schemaLocation="http://rep.oio.dk/kms.dk/xml/schemas/2005/03/11/KMS_CadastralDistrictName.xsd"/>
<include schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/Matrikelnummer.xsd"/>
<include schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/Broek.xsd"/>
<include schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/Delareal.xsd"/>
<include schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/FaellesEjendomIdentifikator.xsd"/>
...
</schema>
top

Global Declarations

Element: Matrikel

Name Matrikel
Type model:MatrikelType
Nillable no
Abstract no
Documentation Angiver en matrikel.
Logical Diagram
XML Instance Representation
<model:Matrikel>
<kms:CadastralDistrictName> ... </kms:CadastralDistrictName> [0..1]

'Den tekstmæssige betegnelse af et ejerlav. Ejerlavsbetegnelsen er ikke entydig.'

<kms:CadastralDistrictIdentifier> ... </kms:CadastralDistrictIdentifier> [1]

'En på landsbasis entydig identifikation af et ejerlav.'

<model:Matrikelnummer> ... </model:Matrikelnummer> [1]
<model:FaelleslodBroek> model:BroekType </model:FaelleslodBroek> [0..1]

'Udtrykker særlige tilfælde, hvor man har andel af et fælleslod.'

<model:Delareal> ... </model:Delareal> [0..1]
<model:FaellesEjendomIdentifikator> ... </model:FaellesEjendomIdentifikator> [0..1]
</model:Matrikel>
Diagram
Schema Component Representation
<element name="Matrikel" type=" model:MatrikelType "/>
top

Global Definitions

Complex Type: MatrikelType

Super-types: None
Sub-types: None
Name MatrikelType
Abstract no
XML Instance Representation
<...>
<kms:CadastralDistrictName> ... </kms:CadastralDistrictName> [0..1]

'Den tekstmæssige betegnelse af et ejerlav. Ejerlavsbetegnelsen er ikke entydig.'

<kms:CadastralDistrictIdentifier> ... </kms:CadastralDistrictIdentifier> [1]

'En på landsbasis entydig identifikation af et ejerlav.'

<model:Matrikelnummer> ... </model:Matrikelnummer> [1]
<model:FaelleslodBroek> model:BroekType </model:FaelleslodBroek> [0..1]

'Udtrykker særlige tilfælde, hvor man har andel af et fælleslod.'

<model:Delareal> ... </model:Delareal> [0..1]
<model:FaellesEjendomIdentifikator> ... </model:FaellesEjendomIdentifikator> [0..1]
</...>
Diagram
Schema Component Representation
<complexType name="MatrikelType">
<sequence>
<element ref=" kms:CadastralDistrictName " minOccurs="0"/>
<element ref=" kms:CadastralDistrictIdentifier "/>
<element ref=" model:Matrikelnummer "/>
<element name="FaelleslodBroek" type=" model:BroekType " minOccurs="0"/>
<element ref=" model:Delareal " minOccurs="0"/>
<element ref=" model:FaellesEjendomIdentifikator " minOccurs="0"/>
</sequence>
</complexType>
top