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/
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/DokumentRevisionIdentifikator.xsd"/>
<include schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/EjendomIdentifikator.xsd"/>
<include schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/RettighedIdentifikator.xsd"/>
<include schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/BilIdentifikator.xsd"/>
<include schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/AndelIdentifikator.xsd"/>
<include schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/LoesoereIdentifikator.xsd"/>
...
</schema>
top

Global Declarations

Element: TinglysningObjektIdentifikator

Name TinglysningObjektIdentifikator
Type model:TinglysningObjektIdentifikatorType
Nillable no
Abstract no
Documentation Identifikation af et tinglysningsobjekt. Anvendes hvor der er brug for en generisk identifikation af et tinglysningsobjekt, hvilket vil sige, at tinglysningsobjektet kan være et hvilket som helst af de af tinglysningsretten godkendte. Anvendes f.eks. i tinglysningsrettens endelige påtegning efter behandlingen af anmeldelsen.
Logical Diagram
XML Instance Representation
<model:TinglysningObjektIdentifikator>
Start Choice [1]
<model:RettighedIdentifikator> ... </model:RettighedIdentifikator> [1]
<model:DokumentRevisionIdentifikator> ... </model:DokumentRevisionIdentifikator> [1]
<model:EjendomIdentifikator> ... </model:EjendomIdentifikator> [1]
<model:BilIdentifikator> ... </model:BilIdentifikator> [1]
<model:AndelIdentifikator> ... </model:AndelIdentifikator> [1]
<model:LoesoereIdentifikator> ... </model:LoesoereIdentifikator> [1]
End Choice
</model:TinglysningObjektIdentifikator>
Diagram
Schema Component Representation
<element name="TinglysningObjektIdentifikator" type=" model:TinglysningObjektIdentifikatorType "/>
top

Global Definitions

Complex Type: TinglysningObjektIdentifikatorType

Super-types: None
Sub-types: None
Name TinglysningObjektIdentifikatorType
Abstract no
XML Instance Representation
<...>
Start Choice [1]
<model:RettighedIdentifikator> ... </model:RettighedIdentifikator> [1]
<model:DokumentRevisionIdentifikator> ... </model:DokumentRevisionIdentifikator> [1]
<model:EjendomIdentifikator> ... </model:EjendomIdentifikator> [1]
<model:BilIdentifikator> ... </model:BilIdentifikator> [1]
<model:AndelIdentifikator> ... </model:AndelIdentifikator> [1]
<model:LoesoereIdentifikator> ... </model:LoesoereIdentifikator> [1]
End Choice
</...>
Diagram
Schema Component Representation
<complexType name="TinglysningObjektIdentifikatorType">
<sequence>
<choice>
<element ref=" model:RettighedIdentifikator "/>
<element ref=" model:EjendomIdentifikator "/>
<element ref=" model:BilIdentifikator "/>
<element ref=" model:AndelIdentifikator "/>
<element ref=" model:LoesoereIdentifikator "/>
</choice>
</sequence>
</complexType>
top