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/
ois http://rep.oio.dk/ois.dk/xml/schemas/2006/04/25/
xkom-2 http://rep.oio.dk/xkom.dk/xml/schemas/2006/01/06/
Schema Component Representation
<schema xml:lang="DA" elementFormDefault="qualified" targetNamespace="http://rep.oio.dk/tinglysning.dk/schema/model/1/" version="@BUILD_VERSION@">
<include schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/EjendomType.xsd"/>
<include schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/Matrikel.xsd"/>
<include schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/Umatrikuleretareal.xsd"/>
...
</schema>
top

Global Declarations

Element: EjendomIdentifikator

Name EjendomIdentifikator
Type model:EjendomIdentifikatorType
Nillable no
Abstract no
Documentation Identifikation af en ejendom.
Logical Diagram
XML Instance Representation
<model:EjendomIdentifikator>
<model:EjendomType> ... </model:EjendomType> [0..1]

'Angives hvis typen af ejendom er en af de af DSS godkendte typer af ejendom.'

Start Choice [1]
<model:Matrikel> ... </model:Matrikel> [1..*]
<model:Umatrikuleretareal> ... </model:Umatrikuleretareal> [1]
End Choice
</model:EjendomIdentifikator>
Diagram
Schema Component Representation
<element name="EjendomIdentifikator" type=" model:EjendomIdentifikatorType "/>
top

Global Definitions

Complex Type: EjendomIdentifikatorType

Super-types: None
Sub-types: None
Name EjendomIdentifikatorType
Abstract no
XML Instance Representation
<...>
<model:EjendomType> ... </model:EjendomType> [0..1]

'Angives hvis typen af ejendom er en af de af DSS godkendte typer af ejendom.'

Start Choice [1]
<model:Matrikel> ... </model:Matrikel> [1..*]
<model:Umatrikuleretareal> ... </model:Umatrikuleretareal> [1]
End Choice
</...>
Diagram
Schema Component Representation
<complexType name="EjendomIdentifikatorType">
<sequence>
<element ref=" model:EjendomType " minOccurs="0"/>
<choice>
<element ref=" model:Matrikel " maxOccurs="unbounded"/>
<element ref=" model:Umatrikuleretareal "/>
</choice>
</sequence>
</complexType>
top