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.

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" elementFormDefault="qualified" targetNamespace="http://rep.oio.dk/tinglysning.dk/schema/model/1/" version="@BUILD_VERSION@">
...
</schema>
top

Global Declarations

Element: AttestAnledningKode

Name AttestAnledningKode
Type model:AttestAnledningKodeType
Nillable no
Abstract no
Documentation Angiver de mulige koder vedrørende for anledningen til at udstede en attest.
Logical Diagram
XML Instance Representation
<model:AttestAnledningKode> model:AttestAnledningKodeType </model:AttestAnledningKode>
Diagram
Schema Component Representation
<element name="AttestAnledningKode" type=" model:AttestAnledningKodeType "/>
top

Global Definitions

Simple Type: AttestAnledningKodeType

Super-types: string < AttestAnledningKodeType (by restriction)
Sub-types: None
Name AttestAnledningKodeType
Content
  • Base XSD Type: string
  • value comes from list: {'areal_overfoersel'|'udstykning'|'sammenlaegning'|'inddragelseMatrikel'|'aendringInterneSkel'|'afstaaelseAreal'|'fastlaeggelseEjendomsret'|'skelforretning'|'ejendomsberigtigelse'|'andet'}
Diagram
Schema Component Representation
<simpleType name="AttestAnledningKodeType">
<restriction base=" string ">
<enumeration value="areal_overfoersel"/>
<enumeration value="udstykning"/>
<enumeration value="sammenlaegning"/>
<enumeration value="inddragelseMatrikel"/>
<enumeration value="aendringInterneSkel"/>
<enumeration value="afstaaelseAreal"/>
<enumeration value="fastlaeggelseEjendomsret"/>
<enumeration value="skelforretning"/>
<enumeration value="ejendomsberigtigelse"/>
<enumeration value="andet"/>
</restriction>
</simpleType>
top