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/ArrestAndel.xsd"/>
<import namespace="http://rep.oio.dk/tinglysning.dk/schema/model/1/" schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/EjerpantebrevAndel.xsd"/>
<import namespace="http://rep.oio.dk/tinglysning.dk/schema/model/1/" schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/PantebrevAndel.xsd"/>
<import namespace="http://rep.oio.dk/tinglysning.dk/schema/model/1/" schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/SkadesloesbrevAndel.xsd"/>
<import namespace="http://rep.oio.dk/tinglysning.dk/schema/model/1/" schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/UdlaegAndel.xsd"/>
<import namespace="http://rep.oio.dk/tinglysning.dk/schema/model/1/" schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/UnderpantrettighedSamling.xsd"/>
<include schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/elektroniskakt/1/AndelHaeftelseTypeTekst.xsd"/>
...
</schema>
top

Global Declarations

Element: AndelHaeftelseStruktur

Name AndelHaeftelseStruktur
Type eakt:AndelHaeftelseStrukturType
Nillable no
Abstract no
Documentation Detail informationer om hæftelser. Der indgår ikke identifikatorer på hæftelsesdokumentet i denne. Der oplyses også her information evt. underpant.
Logical Diagram
XML Instance Representation
<eakt:AndelHaeftelseStruktur>
<eakt:AndelHaeftelseTypeTekst> ... </eakt:AndelHaeftelseTypeTekst> [1]
Start Choice [1]

'Det tinglyste hæftelses dokument.'


<model:ArrestAndel> ... </model:ArrestAndel> [1]
<model:EjerpantebrevAndel> ... </model:EjerpantebrevAndel> [1]
<model:PantebrevAndel> ... </model:PantebrevAndel> [1]
<model:SkadesloesbrevAndel> ... </model:SkadesloesbrevAndel> [1]
<model:UdlaegAndel> ... </model:UdlaegAndel> [1]
End Choice
<model:UnderpantrettighedSamling> ... </model:UnderpantrettighedSamling> [0..1]
</eakt:AndelHaeftelseStruktur>
Diagram
Schema Component Representation
<element name="AndelHaeftelseStruktur" type=" eakt:AndelHaeftelseStrukturType "/>
top

Global Definitions

Complex Type: AndelHaeftelseStrukturType

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

'Det tinglyste hæftelses dokument.'


<model:ArrestAndel> ... </model:ArrestAndel> [1]
<model:EjerpantebrevAndel> ... </model:EjerpantebrevAndel> [1]
<model:PantebrevAndel> ... </model:PantebrevAndel> [1]
<model:SkadesloesbrevAndel> ... </model:SkadesloesbrevAndel> [1]
<model:UdlaegAndel> ... </model:UdlaegAndel> [1]
End Choice
<model:UnderpantrettighedSamling> ... </model:UnderpantrettighedSamling> [0..1]
</...>
Diagram
Schema Component Representation
<complexType name="AndelHaeftelseStrukturType">
<sequence>
<element ref=" eakt:AndelHaeftelseTypeTekst "/>
<choice>
<element ref=" model:ArrestAndel "/>
<element ref=" model:EjerpantebrevAndel "/>
<element ref=" model:PantebrevAndel "/>
<element ref=" model:SkadesloesbrevAndel "/>
<element ref=" model:UdlaegAndel "/>
</choice>
<element ref=" model:UnderpantrettighedSamling " minOccurs="0"/>
</sequence>
</complexType>
top