XML Schema Documentation

Table of Contents

top

Schema Document Properties

Target Namespace http://rep.oio.dk/tinglysning.dk/schema/anmeldelse/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
Documentation Status for en anmeldelse. Der kan indgå en tekstuel kommentar, fx en begrundelse for overgang til manuel behandling. ForventetBehandlingstid vil ikke blive anvendt i version 1 af e-TL løsningen.

Declared Namespaces

Prefix Namespace
Default namespace http://www.w3.org/2001/XMLSchema
xml http://www.w3.org/XML/1998/namespace
anm http://rep.oio.dk/tinglysning.dk/schema/anmeldelse/1/
model http://rep.oio.dk/tinglysning.dk/schema/model/1/
Schema Component Representation
<schema xml:lang="DA" elementFormDefault="qualified" targetNamespace="http://rep.oio.dk/tinglysning.dk/schema/anmeldelse/1/" version="@BUILD_VERSION@">
<import namespace="http://rep.oio.dk/tinglysning.dk/schema/model/1/" schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/AnmeldelseIdentifikator.xsd"/>
<import namespace="http://rep.oio.dk/tinglysning.dk/schema/model/1/" schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/SagsReference.xsd"/>
<include schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/anmeldelse/1/AnmeldelseStatusKode.xsd"/>
<include schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/anmeldelse/1/ForventetBehandlingstid.xsd"/>
<include schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/anmeldelse/1/ProeveTinglysningIndikator.xsd"/>
...
</schema>
top

Global Declarations

Element: AnmeldelseStatus

Name AnmeldelseStatus
Type anm:AnmeldelseStatusType
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<anm:AnmeldelseStatus>
<model:AnmeldelseIdentifikator> ... </model:AnmeldelseIdentifikator> [1]
<model:SagsReference> ... </model:SagsReference> [0..1]

'Hvis der i anmeldelsen er angivet en SagsReference i AnmelderInformation vil denne SagsReference blive sendt med.'

<anm:ProeveTinglysningIndikator> ... </anm:ProeveTinglysningIndikator> [0..1]
<anm:AnmeldelseStatusKode> ... </anm:AnmeldelseStatusKode> [1]
<anm:ForventetBehandlingstid> ... </anm:ForventetBehandlingstid> [0..1]
</anm:AnmeldelseStatus>
Diagram
Schema Component Representation
<element name="AnmeldelseStatus" type=" anm:AnmeldelseStatusType "/>
top

Global Definitions

Complex Type: AnmeldelseStatusType

Super-types: None
Sub-types: None
Name AnmeldelseStatusType
Abstract no
XML Instance Representation
<...>
<model:AnmeldelseIdentifikator> ... </model:AnmeldelseIdentifikator> [1]
<model:SagsReference> ... </model:SagsReference> [0..1]

'Hvis der i anmeldelsen er angivet en SagsReference i AnmelderInformation vil denne SagsReference blive sendt med.'

<anm:ProeveTinglysningIndikator> ... </anm:ProeveTinglysningIndikator> [0..1]
<anm:AnmeldelseStatusKode> ... </anm:AnmeldelseStatusKode> [1]
<anm:ForventetBehandlingstid> ... </anm:ForventetBehandlingstid> [0..1]
</...>
Diagram
Schema Component Representation
<complexType name="AnmeldelseStatusType">
<sequence>
<element ref=" model:AnmeldelseIdentifikator "/>
<element ref=" model:SagsReference " minOccurs="0"/>
<element ref=" anm:ProeveTinglysningIndikator " minOccurs="0"/>
<element ref=" anm:AnmeldelseStatusKode "/>
<element ref=" anm:ForventetBehandlingstid " minOccurs="0"/>
</sequence>
</complexType>
top