XML Schema Documentation

Table of Contents

top

Schema Document Properties

Target Namespace http://rep.oio.dk/tinglysning.dk/service/message/elektroniskakt/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
ds http://www.w3.org/2000/09/xmldsig#
eamsg http://rep.oio.dk/tinglysning.dk/service/message/elektroniskakt/1/
model http://rep.oio.dk/tinglysning.dk/schema/model/1/
Schema Component Representation
<schema xml:lang="DA" elementFormDefault="qualified" targetNamespace="http://rep.oio.dk/tinglysning.dk/service/message/elektroniskakt/1/" version="@BUILD_VERSION@">
<import namespace="http://rep.oio.dk/tinglysning.dk/schema/model/1/" schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/EjendomIdentifikator.xsd"/>
<import namespace="http://rep.oio.dk/tinglysning.dk/schema/model/1/" schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/BilIdentifikator.xsd"/>
<import namespace="http://rep.oio.dk/tinglysning.dk/schema/model/1/" schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/AndelIdentifikator.xsd"/>
<import namespace="http://rep.oio.dk/tinglysning.dk/schema/model/1/" schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/LoesoereIdentifikator.xsd"/>
<import namespace="http://rep.oio.dk/tinglysning.dk/schema/model/1/" schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/Kontaktoplysninger.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: UdskriftBestil

Name UdskriftBestil
Type eamsg:UdskriftBestilType
Nillable no
Abstract no
Documentation Benyttes til at bestille en udskrift på et tinglysningsobjekt registreret i e-Akten.
Logical Diagram
XML Instance Representation
<eamsg:UdskriftBestil>
Start Choice [1]
<model:EjendomIdentifikator> ... </model:EjendomIdentifikator> [1]
<model:BilIdentifikator> ... </model:BilIdentifikator> [1]
<model:AndelIdentifikator> ... </model:AndelIdentifikator> [1]
<model:LoesoereIdentifikator> ... </model:LoesoereIdentifikator> [1]
End Choice
<eamsg:Udskriftmodtager> model:KontaktoplysningerType </eamsg:Udskriftmodtager> [1]

'Angiver modtageren af udskriften med mulighed for at angive en mailadresse.'

<ds:Signature> ... </ds:Signature> [1]
</eamsg:UdskriftBestil>
Diagram
Schema Component Representation
<element name="UdskriftBestil" type=" eamsg:UdskriftBestilType "/>
top

Global Definitions

Complex Type: UdskriftBestilType

Super-types: None
Sub-types: None
Name UdskriftBestilType
Abstract no
XML Instance Representation
<...>
Start Choice [1]
<model:EjendomIdentifikator> ... </model:EjendomIdentifikator> [1]
<model:BilIdentifikator> ... </model:BilIdentifikator> [1]
<model:AndelIdentifikator> ... </model:AndelIdentifikator> [1]
<model:LoesoereIdentifikator> ... </model:LoesoereIdentifikator> [1]
End Choice
<eamsg:Udskriftmodtager> model:KontaktoplysningerType </eamsg:Udskriftmodtager> [1]

'Angiver modtageren af udskriften med mulighed for at angive en mailadresse.'

<ds:Signature> ... </ds:Signature> [1]
</...>
Diagram
Schema Component Representation
<complexType name="UdskriftBestilType">
<sequence>
<choice>
<element ref=" model:EjendomIdentifikator "/>
<element ref=" model:BilIdentifikator "/>
<element ref=" model:AndelIdentifikator "/>
<element ref=" model:LoesoereIdentifikator "/>
</choice>
<element name="Udskriftmodtager" type=" model:KontaktoplysningerType "/>
<element ref=" ds:Signature "/>
</sequence>
</complexType>
top