XML Schema Documentation

Table of Contents

top

Schema Document Properties

Target Namespace http://rep.oio.dk/tinglysning.dk/schema/elektroniskakt/1/
Version 54.0.4.1
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
snapshot http://rep.oio.dk/tinglysning.dk/schema/snapshot/1/
eakt http://rep.oio.dk/tinglysning.dk/schema/elektroniskakt/1/
itst-2 http://rep.oio.dk/itst.dk/xml/schemas/2006/01/17/
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="54.0.4.1">
<import namespace="http://rep.oio.dk/tinglysning.dk/schema/model/1/" schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/LoesoereIdentifikator.xsd"/>
<import namespace="http://rep.oio.dk/tinglysning.dk/schema/model/1/" schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/AndenLoesoereIdentifikator.xsd"/>
<import namespace="http://rep.oio.dk/tinglysning.dk/schema/model/1/" schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/HaeftelserPaaLoesoereIndikator.xsd"/>
<import namespace="http://rep.oio.dk/tinglysning.dk/schema/model/1/" schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/PersonbogTekstSamling.xsd"/>
<import namespace="http://rep.oio.dk/itst.dk/xml/schemas/2006/01/17/" schemaLocation="http://rep.oio.dk/itst.dk/xml/schemas/2006/01/17/ITST_PersonName.xsd"/>
<include schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/elektroniskakt/1/LoesoereDokumentTypeTekst.xsd"/>
...
</schema>
top

Global Declarations

Element: LoesoereSoegningInformation

Name LoesoereSoegningInformation
Type eakt:LoesoereSoegningInformationType
Nillable no
Abstract no
Documentation Information om et løsøre som resultat af søgning. PersonName kommer fra eksternt opslag
Logical Diagram
XML Instance Representation
<eakt:LoesoereSoegningInformation>
Start Choice [1]
<model:LoesoereIdentifikator> ... </model:LoesoereIdentifikator> [1]
<model:AndenLoesoereIdentifikator> ... </model:AndenLoesoereIdentifikator> [1]
End Choice
<model:HaeftelserPaaLoesoereIndikator> ... </model:HaeftelserPaaLoesoereIndikator> [1]
<itst-2:PersonName> ... </itst-2:PersonName> [0..1]
<eakt:LoesoereDokumentTypeTekst> ... </eakt:LoesoereDokumentTypeTekst> [0..1]
<model:PersonbogTekstSamling> ... </model:PersonbogTekstSamling> [0..1]

'Beskrivelse af løsøret'

</eakt:LoesoereSoegningInformation>
Diagram
Schema Component Representation
<element name="LoesoereSoegningInformation" type=" eakt:LoesoereSoegningInformationType "/>
top

Global Definitions

Complex Type: LoesoereSoegningInformationType

Super-types: None
Sub-types: None
Name LoesoereSoegningInformationType
Abstract no
XML Instance Representation
<...>
Start Choice [1]
<model:LoesoereIdentifikator> ... </model:LoesoereIdentifikator> [1]
<model:AndenLoesoereIdentifikator> ... </model:AndenLoesoereIdentifikator> [1]
End Choice
<model:HaeftelserPaaLoesoereIndikator> ... </model:HaeftelserPaaLoesoereIndikator> [1]
<itst-2:PersonName> ... </itst-2:PersonName> [0..1]
<eakt:LoesoereDokumentTypeTekst> ... </eakt:LoesoereDokumentTypeTekst> [0..1]
<model:PersonbogTekstSamling> ... </model:PersonbogTekstSamling> [0..1]

'Beskrivelse af løsøret'

</...>
Diagram
Schema Component Representation
<complexType name="LoesoereSoegningInformationType">
<sequence>
<choice>
<element ref=" model:LoesoereIdentifikator "/>
</choice>
<element ref=" model:HaeftelserPaaLoesoereIndikator "/>
<element ref=" itst-2:PersonName " minOccurs="0"/>
<element ref=" eakt:LoesoereDokumentTypeTekst " minOccurs="0"/>
<element ref=" model:PersonbogTekstSamling " minOccurs="0"/>
</sequence>
</complexType>
top