XML Schema Documentation

Table of Contents

top

Schema Document Properties

Target Namespace http://rep.oio.dk/tinglysning.dk/service/message/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
snapshot http://rep.oio.dk/tinglysning.dk/schema/snapshot/1/
xml http://www.w3.org/XML/1998/namespace
anm http://rep.oio.dk/tinglysning.dk/schema/anmeldelse/1/
ds http://www.w3.org/2000/09/xmldsig#
model http://rep.oio.dk/tinglysning.dk/schema/model/1/
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="@BUILD_VERSION@" targetNamespace="http://rep.oio.dk/tinglysning.dk/service/message/administration/1/">
<import namespace="http://rep.oio.dk/tinglysning.dk/schema/anmeldelse/1/" schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/anmeldelse/1/BrugerformularRegelSamling.xsd"/>
<import namespace="http://rep.oio.dk/tinglysning.dk/schema/model/1/" schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/BrugerformularInformation.xsd"/>
<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"/>
<import namespace="http://www.w3.org/2000/09/xmldsig#" schemaLocation="http://www.w3.org/TR/xmldsig-core/xmldsig-core-schema.xsd"/>
...
</schema>
top

Global Declarations

Element: BrugerformularIndsend

Name BrugerformularIndsend
Type msgadm:BrugerformularIndsendType
Nillable no
Abstract no
Documentation Indsend brugerformular til godkendelse i form af: information om ny brugerformular, regelsamling, eksempelanmeldelse og underskrifter Indsender skal give adgang til sig selv, enten som BrugerformularEjer eller i BrugerformularBrugerSamling, eller ved angivelse af at brugerformularen er offentlig.
Logical Diagram
XML Instance Representation
<msgadm:BrugerformularIndsend>
<model:BrugerformularInformation> ... </model:BrugerformularInformation> [1]
<anm:BrugerformularRegelSamling> ... </anm:BrugerformularRegelSamling> [1]
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
<ds:Signature> ... </ds:Signature> [1]

'Anmelder underskriver brugerformularInformation, BrugerformularRegelSamling og AnmeldelseTingbog. Underskrift placeres i Signature.'

</msgadm:BrugerformularIndsend>
Diagram
Schema Component Representation
<element name="BrugerformularIndsend" type=" msgadm:BrugerformularIndsendType "/>
top

Global Definitions

Complex Type: BrugerformularIndsendType

Super-types: None
Sub-types: None
Name BrugerformularIndsendType
Abstract no
XML Instance Representation
<...>
<model:BrugerformularInformation> ... </model:BrugerformularInformation> [1]
<anm:BrugerformularRegelSamling> ... </anm:BrugerformularRegelSamling> [1]
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
<ds:Signature> ... </ds:Signature> [1]

'Anmelder underskriver brugerformularInformation, BrugerformularRegelSamling og AnmeldelseTingbog. Underskrift placeres i Signature.'

</...>
Diagram
Schema Component Representation
<complexType name="BrugerformularIndsendType">
<sequence>
<element ref=" model:BrugerformularInformation "/>
<element ref=" anm:BrugerformularRegelSamling "/>
<choice>
<element ref=" msg:AnmeldelseTingbog "/>
<element ref=" msgbil:AnmeldelseBilbog "/>
<element ref=" msgandel:AnmeldelseAndelsbog "/>
<element ref=" msgperson:AnmeldelsePersonbog "/>
</choice>
<element ref=" ds:Signature "/>
</sequence>
</complexType>
top