XML Schema Documentation

Table of Contents

top

Schema Document Properties

Target Namespace http://rep.oio.dk/tinglysning.dk/service/message/elektroniskakt/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
ds http://www.w3.org/2000/09/xmldsig#
eakt http://rep.oio.dk/tinglysning.dk/schema/elektroniskakt/1/
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="54.0.4.1">
<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/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/BilIdentifikator.xsd"/>
...
</schema>
top

Global Declarations

Element: SenesteAendringTinglysningsobjektHent

Name SenesteAendringTinglysningsobjektHent
Type eamsg:SenesteAendringTinglysningsobjektHentType
Nillable no
Abstract no
Documentation Benyttes til at hente dato for seneste ændring af det angivne tinglysningobjekt
Logical Diagram
XML Instance Representation
<eamsg:SenesteAendringTinglysningsobjektHent>
Start Choice [1]
<model:EjendomIdentifikator> ... </model:EjendomIdentifikator> [1]
<model:AndelIdentifikator> ... </model:AndelIdentifikator> [1]
<model:LoesoereIdentifikator> ... </model:LoesoereIdentifikator> [1]
<model:BilIdentifikator> ... </model:BilIdentifikator> [1]
End Choice
</eamsg:SenesteAendringTinglysningsobjektHent>
Diagram
Schema Component Representation
<element name="SenesteAendringTinglysningsobjektHent" type=" eamsg:SenesteAendringTinglysningsobjektHentType "/>
top

Global Definitions

Complex Type: SenesteAendringTinglysningsobjektHentType

Super-types: None
Sub-types: None
Name SenesteAendringTinglysningsobjektHentType
Abstract no
XML Instance Representation
<...>
Start Choice [1]
<model:EjendomIdentifikator> ... </model:EjendomIdentifikator> [1]
<model:AndelIdentifikator> ... </model:AndelIdentifikator> [1]
<model:LoesoereIdentifikator> ... </model:LoesoereIdentifikator> [1]
<model:BilIdentifikator> ... </model:BilIdentifikator> [1]
End Choice
</...>
Diagram
Schema Component Representation
<complexType name="SenesteAendringTinglysningsobjektHentType">
<choice>
<element ref=" model:EjendomIdentifikator "/>
<element ref=" model:AndelIdentifikator "/>
<element ref=" model:LoesoereIdentifikator "/>
<element ref=" model:BilIdentifikator "/>
</choice>
</complexType>
top