XML Schema Documentation

Table of Contents

top

Schema Document Properties

Target Namespace http://rep.oio.dk/tinglysning.dk/schema/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
eakt http://rep.oio.dk/tinglysning.dk/schema/elektroniskakt/1/
model http://rep.oio.dk/tinglysning.dk/schema/model/1/
Schema Component Representation
<schema xml:lang="DA" targetNamespace="http://rep.oio.dk/tinglysning.dk/schema/elektroniskakt/1/" elementFormDefault="qualified" version="@BUILD_VERSION@">
<import namespace="http://rep.oio.dk/tinglysning.dk/schema/model/1/" schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/EjendomIdentifikatorSamling.xsd"/>
<import namespace="http://rep.oio.dk/tinglysning.dk/schema/model/1/" schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/BilIdentifikatorSamling.xsd"/>
<import namespace="http://rep.oio.dk/tinglysning.dk/schema/model/1/" schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/AndelIdentifikatorSamling.xsd"/>
<import namespace="http://rep.oio.dk/tinglysning.dk/schema/model/1/" schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/LoesoereIdentifikatorSamling.xsd"/>
...
</schema>
top

Global Declarations

Element: OgsaaLystPaaSamling

Name OgsaaLystPaaSamling
Type eakt:OgsaaLystPaaSamlingType
Nillable no
Abstract no
Documentation Angiver eventuelt yderligere matrikler/biler rettigheden er lyst på. Matrikler gives via EjendomIdentifikatorer. Biler gives via BilIdentifikatorer. Antallet fremgår af OgsaaLystPaaAntal.
Logical Diagram
XML Instance Representation
<eakt:OgsaaLystPaaSamling>
<eakt:OgsaaLystPaaAntal> nonNegativeInteger </eakt:OgsaaLystPaaAntal> [1]
Start Choice [0..1]
<model:EjendomIdentifikatorSamling> ... </model:EjendomIdentifikatorSamling> [1]
<model:BilIdentifikatorSamling> ... </model:BilIdentifikatorSamling> [1]
<model:AndelIdentifikatorSamling> ... </model:AndelIdentifikatorSamling> [1]
<model:LoesoereIdentifikatorSamling> ... </model:LoesoereIdentifikatorSamling> [1]
End Choice
</eakt:OgsaaLystPaaSamling>
Diagram
Schema Component Representation
<element name="OgsaaLystPaaSamling" type=" eakt:OgsaaLystPaaSamlingType "/>
top

Global Definitions

Complex Type: OgsaaLystPaaSamlingType

Super-types: None
Sub-types: None
Name OgsaaLystPaaSamlingType
Abstract no
XML Instance Representation
<...>
<eakt:OgsaaLystPaaAntal> nonNegativeInteger </eakt:OgsaaLystPaaAntal> [1]
Start Choice [0..1]
<model:EjendomIdentifikatorSamling> ... </model:EjendomIdentifikatorSamling> [1]
<model:BilIdentifikatorSamling> ... </model:BilIdentifikatorSamling> [1]
<model:AndelIdentifikatorSamling> ... </model:AndelIdentifikatorSamling> [1]
<model:LoesoereIdentifikatorSamling> ... </model:LoesoereIdentifikatorSamling> [1]
End Choice
</...>
Diagram
Schema Component Representation
<complexType name="OgsaaLystPaaSamlingType">
<sequence>
<element name="OgsaaLystPaaAntal" type=" nonNegativeInteger "/>
<choice minOccurs="0">
<element ref=" model:BilIdentifikatorSamling "/>
<element ref=" model:AndelIdentifikatorSamling "/>
</choice>
</sequence>
</complexType>
top