XML Schema Documentation

Table of Contents

top

Schema Document Properties

Target Namespace http://rep.oio.dk/tinglysning.dk/schema/administration/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
adm http://rep.oio.dk/tinglysning.dk/schema/administration/1/
Schema Component Representation
<schema xml:lang="DA" elementFormDefault="qualified" targetNamespace="http://rep.oio.dk/tinglysning.dk/schema/administration/1/" version="54.0.4.1">
<include schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/administration/1/NotifikationsAdresse.xsd"/>
<include schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/administration/1/Reference.xsd"/>
...
</schema>
top

Global Declarations

Element: NotifikationModtagerInformation

Name NotifikationModtagerInformation
Type adm:NotifikationModtagerInformationType
Nillable no
Abstract no
Documentation Her angives modtagerinformation om notifikationer. Der kan angives email adresse og en reference, som idenficerer hvad notifikationen vedrører. Referencen vil typisk være modtagers egen sagsreference. det kan f. eks. være en advokat der udover anmelder skal modtage information om en hændelser i underskriftsmappen .
Logical Diagram
XML Instance Representation
<adm:NotifikationModtagerInformation>
<adm:NotifikationsAdresse> ... </adm:NotifikationsAdresse> [1]
<adm:Reference> ... </adm:Reference> [0..1]
</adm:NotifikationModtagerInformation>
Diagram
Schema Component Representation
<element name="NotifikationModtagerInformation" type=" adm:NotifikationModtagerInformationType "/>
top

Global Definitions

Complex Type: NotifikationModtagerInformationType

Super-types: None
Sub-types: None
Name NotifikationModtagerInformationType
Abstract no
XML Instance Representation
<...>
<adm:NotifikationsAdresse> ... </adm:NotifikationsAdresse> [1]
<adm:Reference> ... </adm:Reference> [0..1]
</...>
Diagram
Schema Component Representation
<complexType name="NotifikationModtagerInformationType">
<sequence>
<element ref=" adm:NotifikationsAdresse "/>
<element ref=" adm:Reference " minOccurs="0"/>
</sequence>
</complexType>
top