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

Global Declarations

Element: ServitutType

Name ServitutType
Type model:ServitutTypeType
Nillable no
Abstract no
Documentation ServitutType beskriver hvilke kategoriseringklasser af servituter der findes. Anden_servitut kan yderligere opdeles i kategorier og emner. Disse er beskrevet i XML-skemaerne ServitutIndhold****Kode.xsd, hvor **** kan være følgende værdier Andet, Anvendelse, Bebyggelse, BrugsLejeForhold, Ejendomsforhold, Faerdsel, Forsyning, KoebSalg, Ledninger, TekniskeAnlaeg.
Logical Diagram
XML Instance Representation
<model:ServitutType> model:ServitutTypeType </model:ServitutType>
Diagram
Schema Component Representation
<element name="ServitutType" type=" model:ServitutTypeType "/>
top

Global Definitions

Simple Type: ServitutTypeType

Super-types: string < ServitutTypeType (by restriction)
Sub-types: None
Name ServitutTypeType
Content
  • Base XSD Type: string
  • value comes from list: {'andenServitut'|'ekspropriationForeloebig'|'forpagtningskontrakt'|'jordfordelingForeloebig'|'lejekontrakt'|'salgsOgPantsaetningsforbud'|'samejeoverenskomst'|'vedtaegter'}
Diagram
Schema Component Representation
<simpleType name="ServitutTypeType">
<restriction base=" string ">
<enumeration value="andenServitut"/>
<enumeration value="ekspropriationForeloebig"/>
<enumeration value="forpagtningskontrakt"/>
<enumeration value="jordfordelingForeloebig"/>
<enumeration value="lejekontrakt"/>
<enumeration value="salgsOgPantsaetningsforbud"/>
<enumeration value="samejeoverenskomst"/>
<enumeration value="vedtaegter"/>
</restriction>
</simpleType>
top