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/
osak http://rep.oio.dk/osak.dk/xml/schemas/2006/04/25/
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/osak.dk/xml/schemas/2006/04/25/" schemaLocation="http://rep.oio.dk/osak.dk/xml/schemas/2006/04/25/OSAK_CoordETRS89z32EMeasure.xsd"/>
<import namespace="http://rep.oio.dk/osak.dk/xml/schemas/2006/04/25/" schemaLocation="http://rep.oio.dk/osak.dk/xml/schemas/2006/04/25/OSAK_CoordETRS89z32NMeasure.xsd"/>
...
</schema>
top

Global Declarations

Element: UmatrikuleretKoordinater

Name UmatrikuleretKoordinater
Type model:UmatrikuleretKoordinaterType
Nillable no
Abstract no
Documentation Koordinater på et umatrikuleretareal. Angivet med min. System 2000 (UTM EUREF 89).
Logical Diagram
XML Instance Representation
<model:UmatrikuleretKoordinater>
<osak:CoordETRS89z32EMeasure> ... </osak:CoordETRS89z32EMeasure> [1]

'Easting koordinat i UTM Zone 32'

<osak:CoordETRS89z32NMeasure> ... </osak:CoordETRS89z32NMeasure> [1]

'Northing koordinat i UTM Zone 32'

Start Sequence [0..1]
<model:adrXKoordinat> decimal </model:adrXKoordinat> [1]

'System 34 X-koordinat'

<model:adrYKoordinat> decimal </model:adrYKoordinat> [1]

'System 34 Y-koordinat'

End Sequence
</model:UmatrikuleretKoordinater>
Diagram
Schema Component Representation
<element name="UmatrikuleretKoordinater" type=" model:UmatrikuleretKoordinaterType "/>
top

Global Definitions

Complex Type: UmatrikuleretKoordinaterType

Super-types: None
Sub-types: None
Name UmatrikuleretKoordinaterType
Abstract no
XML Instance Representation
<...>
<osak:CoordETRS89z32EMeasure> ... </osak:CoordETRS89z32EMeasure> [1]

'Easting koordinat i UTM Zone 32'

<osak:CoordETRS89z32NMeasure> ... </osak:CoordETRS89z32NMeasure> [1]

'Northing koordinat i UTM Zone 32'

Start Sequence [0..1]
<model:adrXKoordinat> decimal </model:adrXKoordinat> [1]

'System 34 X-koordinat'

<model:adrYKoordinat> decimal </model:adrYKoordinat> [1]

'System 34 Y-koordinat'

End Sequence
</...>
Diagram
Schema Component Representation
<complexType name="UmatrikuleretKoordinaterType">
<sequence>
<element ref=" osak:CoordETRS89z32EMeasure "/>
<element ref=" osak:CoordETRS89z32NMeasure "/>
<sequence minOccurs="0">
<element name="adrXKoordinat" type=" decimal "/>
<element name="adrYKoordinat" type=" decimal "/>
</sequence>
</sequence>
</complexType>
top