XML Schema Documentation

Table of Contents

top

Schema Document Properties

Target Namespace http://rep.oio.dk/tinglysning.dk/schema/elektroniskakt/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/
Schema Component Representation
<schema xml:lang="DA" targetNamespace="http://rep.oio.dk/tinglysning.dk/schema/elektroniskakt/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/SkifteretsAttest.xsd"/>
<import namespace="http://rep.oio.dk/tinglysning.dk/schema/model/1/" schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/Skoede.xsd"/>
<import namespace="http://rep.oio.dk/tinglysning.dk/schema/model/1/" schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/SkoedeAuktion.xsd"/>
<import namespace="http://rep.oio.dk/tinglysning.dk/schema/model/1/" schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/MeddelelseOffentlig.xsd"/>
<import namespace="http://rep.oio.dk/tinglysning.dk/schema/model/1/" schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/DokumentFastEjendom.xsd"/>
<include schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/elektroniskakt/1/AdkomstType.xsd"/>
...
</schema>
top

Global Declarations

Element: AdkomstStruktur

Name AdkomstStruktur
Type eakt:AdkomstStrukturType
Nillable no
Abstract no
Documentation Detail informationer om adkomster. Der indgår ikke identifikatorer på adkomstdokumentet i denne.
Logical Diagram
XML Instance Representation
<eakt:AdkomstStruktur>
<eakt:AdkomstType> ... </eakt:AdkomstType> [1]
Start Choice [1]

'Det tinglyste adkomst dokument.'


<model:SkifteretsAttest> ... </model:SkifteretsAttest> [1]
<model:SkoedeAuktion> ... </model:SkoedeAuktion> [1]
<model:Skoede> ... </model:Skoede> [1]
<model:MeddelelseOffentlig> ... </model:MeddelelseOffentlig> [1]

'Offentlig retlig meddelelse'

<model:DokumentFastEjendom> ... </model:DokumentFastEjendom> [1]

'Anden adkomst'

End Choice
</eakt:AdkomstStruktur>
Diagram
Schema Component Representation
<element name="AdkomstStruktur" type=" eakt:AdkomstStrukturType "/>
top

Global Definitions

Complex Type: AdkomstStrukturType

Super-types: None
Sub-types: None
Name AdkomstStrukturType
Abstract no
XML Instance Representation
<...>
<eakt:AdkomstType> ... </eakt:AdkomstType> [1]
Start Choice [1]

'Det tinglyste adkomst dokument.'


<model:SkifteretsAttest> ... </model:SkifteretsAttest> [1]
<model:SkoedeAuktion> ... </model:SkoedeAuktion> [1]
<model:Skoede> ... </model:Skoede> [1]
<model:MeddelelseOffentlig> ... </model:MeddelelseOffentlig> [1]

'Offentlig retlig meddelelse'

<model:DokumentFastEjendom> ... </model:DokumentFastEjendom> [1]

'Anden adkomst'

End Choice
</...>
Diagram
Schema Component Representation
<complexType name="AdkomstStrukturType">
<sequence>
<element ref=" eakt:AdkomstType "/>
<choice>
<element ref=" model:SkifteretsAttest "/>
<element ref=" model:SkoedeAuktion "/>
<element ref=" model:Skoede "/>
<element ref=" model:MeddelelseOffentlig "/>
<element ref=" model:DokumentFastEjendom "/>
</choice>
</sequence>
</complexType>
top