XML Schema Documentation

Table of Contents

top

Schema Document Properties

Target Namespace http://rep.oio.dk/tinglysning.dk/schema/snapshot/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/
snapshot http://rep.oio.dk/tinglysning.dk/schema/snapshot/1/
matr http://rep.oio.dk/matr.dk/xml/schemas/2006/04/25/
svur http://rep.oio.dk/svur.dk/xml/schemas/2006/04/25/
ois http://rep.oio.dk/ois.dk/xml/schemas/2006/04/25/
Schema Component Representation
<schema xml:lang="DA" targetNamespace="http://rep.oio.dk/tinglysning.dk/schema/snapshot/1/" elementFormDefault="qualified" version="@BUILD_VERSION@">
<import namespace="http://rep.oio.dk/matr.dk/xml/schemas/2006/04/25/" schemaLocation="http://rep.oio.dk/matr.dk/xml/schemas/2006/04/25/MATR_LandParcelRegistrationDate.xsd"/>
<import namespace="http://rep.oio.dk/matr.dk/xml/schemas/2006/04/25/" schemaLocation="http://rep.oio.dk/matr.dk/xml/schemas/2006/04/25/MATR_RoadAreaMeasure.xsd"/>
<import namespace="http://rep.oio.dk/svur.dk/xml/schemas/2006/04/25/" schemaLocation="http://rep.oio.dk/svur.dk/xml/schemas/2006/04/25/SVUR_SpecificParcelAreaMeasure.xsd"/>
<import namespace="http://rep.oio.dk/ois.dk/xml/schemas/2006/04/25/" schemaLocation="http://rep.oio.dk/ois.dk/xml/schemas/2006/04/25/OIS_JurisdictionCode.xsd"/>
<import namespace="http://rep.oio.dk/tinglysning.dk/schema/model/1/" schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/Matrikel.xsd"/>
<import namespace="http://rep.oio.dk/tinglysning.dk/schema/model/1/" schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/MatrikelNoteringTekstSamling.xsd"/>
...
</schema>
top

Global Declarations

Element: MatrikelStruktur

Name MatrikelStruktur
Type snapshot:MatrikelStrukturType
Nillable no
Abstract no
Documentation Indeholder beriget information om en matrikel, der indgår i anmeldelsen. Informationer er berigelse der er skabt under prøvelsen. Der er tale om data hentet fra eksterne registre såsom LIFA.
Logical Diagram
XML Instance Representation
<snapshot:MatrikelStruktur>
<model:Matrikel> ... </model:Matrikel> [1]
<svur:SpecificParcelAreaMeasure> ... </svur:SpecificParcelAreaMeasure> [1]

'Indeholder grundarealets størrelse angivet for matrikel. Informationen er en berigelse, der sket under prøvelsen. Informationen stammer fra Tinglysningsretten.'

<matr:LandParcelRegistrationDate> ... </matr:LandParcelRegistrationDate> [1]

'Indeholder matriklens approbationsdato, dvs. dato for godkendelse.'

<matr:RoadAreaMeasure> ... </matr:RoadAreaMeasure> [0..1]

'Det areal af et jordstykke (matrikel), der udgøres af vej. Værdien angives som heltal i kvadratmeter.'

<model:MatrikelNoteringTekstSamling> ... </model:MatrikelNoteringTekstSamling> [0..1]
<ois:JurisdictionCode> ... </ois:JurisdictionCode> [0..1]

'Den af de tidligere 82 retskredse, som ejendommen tilhørte'

</snapshot:MatrikelStruktur>
Diagram
Schema Component Representation
<element name="MatrikelStruktur" type=" snapshot:MatrikelStrukturType "/>
top

Global Definitions

Complex Type: MatrikelStrukturType

Super-types: None
Sub-types: None
Name MatrikelStrukturType
Abstract no
XML Instance Representation
<...>
<model:Matrikel> ... </model:Matrikel> [1]
<svur:SpecificParcelAreaMeasure> ... </svur:SpecificParcelAreaMeasure> [1]

'Indeholder grundarealets størrelse angivet for matrikel. Informationen er en berigelse, der sket under prøvelsen. Informationen stammer fra Tinglysningsretten.'

<matr:LandParcelRegistrationDate> ... </matr:LandParcelRegistrationDate> [1]

'Indeholder matriklens approbationsdato, dvs. dato for godkendelse.'

<matr:RoadAreaMeasure> ... </matr:RoadAreaMeasure> [0..1]

'Det areal af et jordstykke (matrikel), der udgøres af vej. Værdien angives som heltal i kvadratmeter.'

<model:MatrikelNoteringTekstSamling> ... </model:MatrikelNoteringTekstSamling> [0..1]
<ois:JurisdictionCode> ... </ois:JurisdictionCode> [0..1]

'Den af de tidligere 82 retskredse, som ejendommen tilhørte'

</...>
Diagram
Schema Component Representation
<complexType name="MatrikelStrukturType">
<sequence>
<element ref=" model:Matrikel "/>
<element ref=" svur:SpecificParcelAreaMeasure "/>
<element ref=" matr:LandParcelRegistrationDate "/>
<element ref=" matr:RoadAreaMeasure " minOccurs="0"/>
<element ref=" model:MatrikelNoteringTekstSamling " minOccurs="0"/>
<element ref=" ois:JurisdictionCode " minOccurs="0"/>
</sequence>
</complexType>
top