XML Schema Documentation

Table of Contents

top

Schema Document Properties

Target Namespace http://rep.oio.dk/tinglysning.dk/schema/snapshot/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
eakt http://rep.oio.dk/tinglysning.dk/schema/elektroniskakt/1/
model http://rep.oio.dk/tinglysning.dk/schema/model/1/
snapshot http://rep.oio.dk/tinglysning.dk/schema/snapshot/1/
Schema Component Representation
<schema xml:lang="DA" targetNamespace="http://rep.oio.dk/tinglysning.dk/schema/snapshot/1/" elementFormDefault="qualified" version="@BUILD_VERSION@">
<import namespace="http://rep.oio.dk/tinglysning.dk/schema/model/1/" schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/FuldmagtIdentifikator.xsd"/>
<import namespace="http://rep.oio.dk/tinglysning.dk/schema/model/1/" schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/TinglysningObjektIdentifikator.xsd"/>
<import namespace="http://rep.oio.dk/tinglysning.dk/schema/model/1/" schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/FuldmagtFastEjendom.xsd"/>
<import namespace="http://rep.oio.dk/tinglysning.dk/schema/model/1/" schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/FuldmagtBil.xsd"/>
<import namespace="http://rep.oio.dk/tinglysning.dk/schema/model/1/" schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/FuldmagtLoesoere.xsd"/>
<import namespace="http://rep.oio.dk/tinglysning.dk/schema/model/1/" schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/FuldmagtAndel.xsd"/>
...
</schema>
top

Global Declarations

Element: FuldmagtStruktur

Name FuldmagtStruktur
Type snapshot:FuldmagtStrukturType
Nillable no
Abstract no
Documentation Indeholder beriget information om en fuldmagt
Logical Diagram
XML Instance Representation
<snapshot:FuldmagtStruktur>
<model:FuldmagtIdentifikator> ... </model:FuldmagtIdentifikator> [1]
<model:TinglysningObjektIdentifikator> ... </model:TinglysningObjektIdentifikator> [1]
Start Choice [1]
<model:FuldmagtFastEjendom> ... </model:FuldmagtFastEjendom> [1]
<model:FuldmagtBil> ... </model:FuldmagtBil> [1]
<model:FuldmagtAndel> ... </model:FuldmagtAndel> [1]
<model:FuldmagtLoesoere> ... </model:FuldmagtLoesoere> [1]
End Choice
</snapshot:FuldmagtStruktur>
Diagram
Schema Component Representation
<element name="FuldmagtStruktur" type=" snapshot:FuldmagtStrukturType "/>
top

Global Definitions

Complex Type: FuldmagtStrukturType

Super-types: None
Sub-types: None
Name FuldmagtStrukturType
Abstract no
XML Instance Representation
<...>
<model:FuldmagtIdentifikator> ... </model:FuldmagtIdentifikator> [1]
<model:TinglysningObjektIdentifikator> ... </model:TinglysningObjektIdentifikator> [1]
Start Choice [1]
<model:FuldmagtFastEjendom> ... </model:FuldmagtFastEjendom> [1]
<model:FuldmagtBil> ... </model:FuldmagtBil> [1]
<model:FuldmagtAndel> ... </model:FuldmagtAndel> [1]
<model:FuldmagtLoesoere> ... </model:FuldmagtLoesoere> [1]
End Choice
</...>
Diagram
Schema Component Representation
<complexType name="FuldmagtStrukturType">
<sequence>
<element ref=" model:FuldmagtIdentifikator "/>
<element ref=" model:TinglysningObjektIdentifikator "/>
<choice>
<element ref=" model:FuldmagtFastEjendom "/>
<element ref=" model:FuldmagtBil "/>
<element ref=" model:FuldmagtAndel "/>
<element ref=" model:FuldmagtLoesoere "/>
</choice>
</sequence>
</complexType>
top