XML Schema Documentation

Table of Contents

top

Schema Document Properties

Target Namespace http://rep.oio.dk/tinglysning.dk/service/message/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
msg http://rep.oio.dk/tinglysning.dk/service/message/tingbog/1/
msgbil http://rep.oio.dk/tinglysning.dk/service/message/bilbog/1/
msgandel http://rep.oio.dk/tinglysning.dk/service/message/andelsbog/1/
msgperson http://rep.oio.dk/tinglysning.dk/service/message/personbog/1/
msgadm http://rep.oio.dk/tinglysning.dk/service/message/administration/1/
Schema Component Representation
<schema xml:lang="DA" attributeFormDefault="unqualified" elementFormDefault="qualified" version="54.0.4.1" targetNamespace="http://rep.oio.dk/tinglysning.dk/service/message/administration/1/">
<import namespace="http://rep.oio.dk/tinglysning.dk/service/message/tingbog/1/" schemaLocation="http://rep.oio.dk/tinglysning.dk/service/message/tingbog/1/AnmeldelseTingbog.xsd"/>
<import namespace="http://rep.oio.dk/tinglysning.dk/service/message/bilbog/1/" schemaLocation="http://rep.oio.dk/tinglysning.dk/service/message/bilbog/1/AnmeldelseBilbog.xsd"/>
<import namespace="http://rep.oio.dk/tinglysning.dk/service/message/andelsbog/1/" schemaLocation="http://rep.oio.dk/tinglysning.dk/service/message/andelsbog/1/AnmeldelseAndelsbog.xsd"/>
<import namespace="http://rep.oio.dk/tinglysning.dk/service/message/personbog/1/" schemaLocation="http://rep.oio.dk/tinglysning.dk/service/message/personbog/1/AnmeldelsePersonbog.xsd"/>
...
</schema>
top

Global Declarations

Element: PdfSnapshotGenerer

Name PdfSnapshotGenerer
Type msgadm:PdfSnapshotGenererType
Nillable no
Abstract no
Documentation PdfGenerer (aka anmeldelses-til-pdf) - før præsentationen laves snapshots, som returneres sammesammen med pdf'en.
Logical Diagram
XML Instance Representation
<msgadm:PdfSnapshotGenerer>
Start Choice [1]
<msg:AnmeldelseTingbog> ... </msg:AnmeldelseTingbog> [1]
<msgbil:AnmeldelseBilbog> ... </msgbil:AnmeldelseBilbog> [1]
<msgandel:AnmeldelseAndelsbog> ... </msgandel:AnmeldelseAndelsbog> [1]
<msgperson:AnmeldelsePersonbog> ... </msgperson:AnmeldelsePersonbog> [1]
End Choice
</msgadm:PdfSnapshotGenerer>
Diagram
Schema Component Representation
<element name="PdfSnapshotGenerer" type=" msgadm:PdfSnapshotGenererType "/>
top

Global Definitions

Complex Type: PdfSnapshotGenererType

Super-types: None
Sub-types: None
Name PdfSnapshotGenererType
Abstract no
XML Instance Representation
<...>
Start Choice [1]
<msg:AnmeldelseTingbog> ... </msg:AnmeldelseTingbog> [1]
<msgbil:AnmeldelseBilbog> ... </msgbil:AnmeldelseBilbog> [1]
<msgandel:AnmeldelseAndelsbog> ... </msgandel:AnmeldelseAndelsbog> [1]
<msgperson:AnmeldelsePersonbog> ... </msgperson:AnmeldelsePersonbog> [1]
End Choice
</...>
Diagram
Schema Component Representation
<complexType name="PdfSnapshotGenererType">
<sequence>
<choice>
<element ref=" msg:AnmeldelseTingbog "/>
<element ref=" msgbil:AnmeldelseBilbog "/>
<element ref=" msgandel:AnmeldelseAndelsbog "/>
<element ref=" msgperson:AnmeldelsePersonbog "/>
</choice>
</sequence>
</complexType>
top