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
msg http://rep.oio.dk/tinglysning.dk/schema/administration/1/
adm http://rep.oio.dk/tinglysning.dk/schema/administration/1/
model http://rep.oio.dk/tinglysning.dk/schema/model/1/
xkom http://rep.oio.dk/xkom.dk/xml/schemas/2005/03/15/
Schema Component Representation
<schema xml:lang="DA" elementFormDefault="qualified" targetNamespace="http://rep.oio.dk/tinglysning.dk/schema/administration/1/" version="@BUILD_VERSION@">
<import namespace="http://rep.oio.dk/xkom.dk/xml/schemas/2005/03/15/" schemaLocation="http://rep.oio.dk/xkom.dk/xml/schemas/2005/03/15/XKOM_EmailAddressIdentifier.xsd"/>
...
</schema>
top

Global Declarations

Element: NotifikationModtagerInformation

Name NotifikationModtagerInformation
Type msg: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
<msg:NotifikationModtagerInformation>
<msg:NotifikationsAdresse> xkom:EmailAddressIdentifierType </msg:NotifikationsAdresse> [1]

'Simple e-mail notifiktioner om hændelser sendes optionelt til denne adresse. Hvis anmelder er system-system bruger og denne adresse er angivet, sendes notifikationer begge steder hen.'

<msg:Reference> string </msg:Reference> [0..1]

'Kan anvendes til at angive notifikationsmodtagerens egen sagsreference eller anden information der kan identificere, hvad notifikationen vedrører.'

</msg:NotifikationModtagerInformation>
Diagram
Schema Component Representation
<element name="NotifikationModtagerInformation" type=" msg:NotifikationModtagerInformationType "/>
top

Global Definitions

Complex Type: NotifikationModtagerInformationType

Super-types: None
Sub-types: None
Name NotifikationModtagerInformationType
Abstract no
XML Instance Representation
<...>
<msg:NotifikationsAdresse> xkom:EmailAddressIdentifierType </msg:NotifikationsAdresse> [1]

'Simple e-mail notifiktioner om hændelser sendes optionelt til denne adresse. Hvis anmelder er system-system bruger og denne adresse er angivet, sendes notifikationer begge steder hen.'

<msg:Reference> string </msg:Reference> [0..1]

'Kan anvendes til at angive notifikationsmodtagerens egen sagsreference eller anden information der kan identificere, hvad notifikationen vedrører.'

</...>
Diagram
Schema Component Representation
<complexType name="NotifikationModtagerInformationType">
<sequence>
<element name="NotifikationsAdresse" type=" xkom:EmailAddressIdentifierType "/>
<element name="Reference" type=" string " minOccurs="0"/>
</sequence>
</complexType>
top