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
adm http://rep.oio.dk/tinglysning.dk/service/message/administration/1/
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/
Schema Component Representation
<schema xml:lang="DA" targetNamespace="http://rep.oio.dk/tinglysning.dk/service/message/administration/1/" elementFormDefault="qualified" attributeFormDefault="unqualified" version="@BUILD_VERSION@">
<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/BrugerformularIdentifikator.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/schema/snapshot/1/" schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/snapshot/1/SnapshotSamling.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: BrugerformularSvar

Name BrugerformularSvar
Type adm:BrugerformularSvarType
Nillable no
Abstract no
Documentation Anvendes som svar ved indsendelse, opdatering, hent og søgning af brugerformular. Schematron-udgave kan evt efterfølgende hentes via URL a la: https://tinglysnings.dk/brugerformularer/1e36c2cd-fcd1-4424-a26f-f455f05f99de.sch Præcis URL tilgår.
Logical Diagram
XML Instance Representation
<adm:BrugerformularSvar>
<model:BrugerformularIdentifikator> ... </model:BrugerformularIdentifikator> [1]
<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
<snapshot:SnapshotSamling> ... </snapshot:SnapshotSamling> [1]
<ds:Signature> ... </ds:Signature> [1]

'eTL underskriver brugerformular svaret'

</adm:BrugerformularSvar>
Diagram
Schema Component Representation
<element name="BrugerformularSvar" type=" adm:BrugerformularSvarType "/>
top

Global Definitions

Complex Type: BrugerformularSvarType

Super-types: None
Sub-types: None
Name BrugerformularSvarType
Abstract no
XML Instance Representation
<...>
<model:BrugerformularIdentifikator> ... </model:BrugerformularIdentifikator> [1]
<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
<snapshot:SnapshotSamling> ... </snapshot:SnapshotSamling> [1]
<ds:Signature> ... </ds:Signature> [1]

'eTL underskriver brugerformular svaret'

</...>
Diagram
Schema Component Representation
<complexType name="BrugerformularSvarType">
<sequence>
<element ref=" model:BrugerformularIdentifikator "/>
<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=" snapshot:SnapshotSamling "/>
<element ref=" ds:Signature "/>
</sequence>
</complexType>
top