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/EjerpantebrevLoesoere.xsd"/>
<import namespace="http://rep.oio.dk/tinglysning.dk/schema/model/1/" schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/HoestPantebrev.xsd"/>
<import namespace="http://rep.oio.dk/tinglysning.dk/schema/model/1/" schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/PantebrevLoesoere.xsd"/>
<import namespace="http://rep.oio.dk/tinglysning.dk/schema/model/1/" schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/PantsaetningsforbudLoesoere.xsd"/>
<import namespace="http://rep.oio.dk/tinglysning.dk/schema/model/1/" schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/SkadesloesbrevLoesoere.xsd"/>
<import namespace="http://rep.oio.dk/tinglysning.dk/schema/model/1/" schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/Testamente.xsd"/>
<import namespace="http://rep.oio.dk/tinglysning.dk/schema/model/1/" schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/PantebrevLoesoere.xsd"/>
<import namespace="http://rep.oio.dk/tinglysning.dk/schema/model/1/" schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/TinglysningFormueforhold.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/LoesoereDokumentTypeTekst.xsd"/>
...
</schema>
top

Global Declarations

Element: LoesoereDokumentStruktur

Name LoesoereDokumentStruktur
Type eakt:LoesoereDokumentStrukturType
Nillable no
Abstract no
Documentation Detail informationer om dokument på løsøre. Der oplyses også her information evt. underpant.
Logical Diagram
XML Instance Representation
<eakt:LoesoereDokumentStruktur>
<eakt:LoesoereDokumentTypeTekst> ... </eakt:LoesoereDokumentTypeTekst> [1]
Start Choice [1]

'Det tinglyste dokument.'


<model:EjerpantebrevLoesoere> ... </model:EjerpantebrevLoesoere> [1]
<model:HoestPantebrev> ... </model:HoestPantebrev> [1]
<model:PantebrevLoesoere> ... </model:PantebrevLoesoere> [1]
<model:PantsaetningsforbudLoesoere> ... </model:PantsaetningsforbudLoesoere> [1]
<model:SkadesloesbrevLoesoere> ... </model:SkadesloesbrevLoesoere> [1]
<model:Testamente> ... </model:Testamente> [1]
<model:TinglysningFormueforhold> ... </model:TinglysningFormueforhold> [1]
End Choice
<model:UnderpantrettighedSamling> ... </model:UnderpantrettighedSamling> [0..1]
</eakt:LoesoereDokumentStruktur>
Diagram
Schema Component Representation
<element name="LoesoereDokumentStruktur" type=" eakt:LoesoereDokumentStrukturType "/>
top

Global Definitions

Complex Type: LoesoereDokumentStrukturType

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

'Det tinglyste dokument.'


<model:EjerpantebrevLoesoere> ... </model:EjerpantebrevLoesoere> [1]
<model:HoestPantebrev> ... </model:HoestPantebrev> [1]
<model:PantebrevLoesoere> ... </model:PantebrevLoesoere> [1]
<model:PantsaetningsforbudLoesoere> ... </model:PantsaetningsforbudLoesoere> [1]
<model:SkadesloesbrevLoesoere> ... </model:SkadesloesbrevLoesoere> [1]
<model:Testamente> ... </model:Testamente> [1]
<model:TinglysningFormueforhold> ... </model:TinglysningFormueforhold> [1]
End Choice
<model:UnderpantrettighedSamling> ... </model:UnderpantrettighedSamling> [0..1]
</...>
Diagram
Schema Component Representation
<complexType name="LoesoereDokumentStrukturType">
<sequence>
<element ref=" eakt:LoesoereDokumentTypeTekst "/>
<choice>
<element ref=" model:EjerpantebrevLoesoere "/>
<element ref=" model:HoestPantebrev "/>
<element ref=" model:PantebrevLoesoere "/>
<element ref=" model:SkadesloesbrevLoesoere "/>
<element ref=" model:Testamente "/>
<element ref=" model:TinglysningFormueforhold "/>
</choice>
<element ref=" model:UnderpantrettighedSamling " minOccurs="0"/>
</sequence>
</complexType>
top