XML Schema Documentation

Table of Contents

top

Schema Document Properties

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

Global Declarations

Element: UnderbladKodeTekst

Name UnderbladKodeTekst
Type model:UnderbladKodeTekstType
Nillable no
Abstract no
Documentation Angiver de mulige koder oprettelse og nedlæggelse af ejerlejligheder, oprettelse og nedlæggelse af andelsblade (ideelle andele i fast ejendom) samt oprettelse og nedlæggelse af bygningsblade.
Logical Diagram
XML Instance Representation
<model:UnderbladKodeTekst> model:UnderbladKodeTekstType </model:UnderbladKodeTekst>
Diagram
Schema Component Representation
<element name="UnderbladKodeTekst" type=" model:UnderbladKodeTekstType "/>
top

Global Definitions

Simple Type: UnderbladKodeTekstType

Super-types: string < UnderbladKodeTekstType (by restriction)
Sub-types: None
Name UnderbladKodeTekstType
Content
  • Base XSD Type: string
  • value comes from list: {'ejerlejlighedOpret'|'ejerlejlighedNedlaeg'|'ejerlejlighedAendring'|'ideelAndelOpret'|'ideelAndelNedlaeg'|'ideelAndelAendring'|'bygningOpret'|'bygningNedlaeg'|'bygningAendring'|'timeshareenhedOpret'|'timeshareenhedNedlaeg'|'timeshareenhedAendring'}
Diagram
Schema Component Representation
<simpleType name="UnderbladKodeTekstType">
<restriction base=" string ">
<enumeration value="ejerlejlighedOpret"/>
<enumeration value="ejerlejlighedNedlaeg"/>
<enumeration value="ejerlejlighedAendring"/>
<enumeration value="ideelAndelOpret"/>
<enumeration value="ideelAndelNedlaeg"/>
<enumeration value="ideelAndelAendring"/>
<enumeration value="bygningOpret"/>
<enumeration value="bygningNedlaeg"/>
<enumeration value="bygningAendring"/>
<enumeration value="timeshareenhedOpret"/>
<enumeration value="timeshareenhedNedlaeg"/>
<enumeration value="timeshareenhedAendring"/>
</restriction>
</simpleType>
top