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
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="@BUILD_VERSION@">
<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/HaeftelserPaaLoesoereIndikator.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"/>
...
</schema>
top

Global Declarations

Element: LoesoereSoegningInformation

Name LoesoereSoegningInformation
Type eakt:LoesoereSoegningInformationType
Nillable no
Abstract no
Documentation Information om en løsøre som resultat af søgning. PersonName kommer fra eksternt opslag
Logical Diagram
XML Instance Representation
<eakt:LoesoereSoegningInformation>
<model:LoesoereIdentifikator> ... </model:LoesoereIdentifikator> [1]
<model:HaeftelserPaaLoesoereIndikator> ... </model:HaeftelserPaaLoesoereIndikator> [1]
<itst-2:PersonName> ... </itst-2:PersonName> [0..1]
</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
<...>
<model:LoesoereIdentifikator> ... </model:LoesoereIdentifikator> [1]
<model:HaeftelserPaaLoesoereIndikator> ... </model:HaeftelserPaaLoesoereIndikator> [1]
<itst-2:PersonName> ... </itst-2:PersonName> [0..1]
</...>
Diagram
Schema Component Representation
<complexType name="LoesoereSoegningInformationType">
<sequence>
<element ref=" model:LoesoereIdentifikator "/>
<element ref=" model:HaeftelserPaaLoesoereIndikator "/>
<element ref=" itst-2:PersonName " minOccurs="0"/>
</sequence>
</complexType>
top