XML Schema Documentation

Table of Contents

top

Schema Document Properties

Target Namespace http://rep.oio.dk/tinglysning.dk/schema/administration/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
anm http://rep.oio.dk/tinglysning.dk/schema/anmeldelse/1/
adm http://rep.oio.dk/tinglysning.dk/schema/administration/1/
model http://rep.oio.dk/tinglysning.dk/schema/model/1/
Schema Component Representation
<schema xml:lang="DA" attributeFormDefault="unqualified" elementFormDefault="qualified" version="@BUILD_VERSION@" targetNamespace="http://rep.oio.dk/tinglysning.dk/schema/administration/1/">
<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/S2sBeskedIdentifikator.xsd"/>
<import namespace="http://rep.oio.dk/tinglysning.dk/schema/model/1/" schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/SagsReference.xsd"/>
<import namespace="http://rep.oio.dk/tinglysning.dk/schema/model/1/" schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/KorrelationIDTekst.xsd"/>
<import namespace="http://rep.oio.dk/tinglysning.dk/schema/model/1/" schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/AnmeldelseStatusHentKode.xsd"/>
<import namespace="http://rep.oio.dk/tinglysning.dk/schema/anmeldelse/1/" schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/anmeldelse/1/ProeveTinglysningIndikator.xsd"/>
...
</schema>
top

Global Declarations

Element: AnmeldelseStatusHentInformation

Name AnmeldelseStatusHentInformation
Type adm:AnmeldelseStatusHentInformationType
Nillable no
Abstract no
Documentation Returnerer aktuel status for en anmeldelsen, dog ikke for prøvetinglysninger.
Logical Diagram
XML Instance Representation
<adm:AnmeldelseStatusHentInformation>
<model:AnmeldelseIdentifikator> ... </model:AnmeldelseIdentifikator> [0..1]
<model:S2sBeskedIdentifikator> ... </model:S2sBeskedIdentifikator> [0..1]
<model:SagsReference> ... </model:SagsReference> [0..1]
<model:KorrelationIDTekst> ... </model:KorrelationIDTekst> [0..1]
<model:AnmeldelseStatusHentKode> ... </model:AnmeldelseStatusHentKode> [0..1]
<anm:ProeveTinglysningIndikator> ... </anm:ProeveTinglysningIndikator> [0..1]
</adm:AnmeldelseStatusHentInformation>
Diagram
Schema Component Representation
<element name="AnmeldelseStatusHentInformation" type=" adm:AnmeldelseStatusHentInformationType "/>
top

Global Definitions

Complex Type: AnmeldelseStatusHentInformationType

Super-types: None
Sub-types: None
Name AnmeldelseStatusHentInformationType
Abstract no
XML Instance Representation
<...>
<model:AnmeldelseIdentifikator> ... </model:AnmeldelseIdentifikator> [0..1]
<model:S2sBeskedIdentifikator> ... </model:S2sBeskedIdentifikator> [0..1]
<model:SagsReference> ... </model:SagsReference> [0..1]
<model:KorrelationIDTekst> ... </model:KorrelationIDTekst> [0..1]
<model:AnmeldelseStatusHentKode> ... </model:AnmeldelseStatusHentKode> [0..1]
<anm:ProeveTinglysningIndikator> ... </anm:ProeveTinglysningIndikator> [0..1]
</...>
Diagram
Schema Component Representation
<complexType name="AnmeldelseStatusHentInformationType">
<sequence>
<element ref=" model:AnmeldelseIdentifikator " minOccurs="0"/>
<element ref=" model:S2sBeskedIdentifikator " minOccurs="0"/>
<element ref=" model:SagsReference " minOccurs="0"/>
<element ref=" model:KorrelationIDTekst " minOccurs="0"/>
<element ref=" model:AnmeldelseStatusHentKode " minOccurs="0"/>
<element ref=" anm:ProeveTinglysningIndikator " minOccurs="0"/>
</sequence>
</complexType>
top