XML Schema Documentation

Table of Contents

top

Schema Document Properties

Target Namespace http://rep.oio.dk/tinglysning.dk/schema/model/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
kms http://rep.oio.dk/kms.dk/xml/schemas/2005/03/11/
model http://rep.oio.dk/tinglysning.dk/schema/model/1/
ois http://rep.oio.dk/ois.dk/xml/schemas/2006/04/25/
xkom-2 http://rep.oio.dk/xkom.dk/xml/schemas/2006/01/06/
Schema Component Representation
<schema xml:lang="DA" elementFormDefault="qualified" targetNamespace="http://rep.oio.dk/tinglysning.dk/schema/model/1/" version="@BUILD_VERSION@">
<include schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/Stelnummer.xsd"/>
<include schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/KortStelnummer.xsd"/>
<include schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/StelnummerLbnr.xsd"/>
...
</schema>
top

Global Declarations

Element: BilIdentifikator

Name BilIdentifikator
Type model:BilIdentifikatorType
Nillable no
Abstract no
Documentation

Identifikation af en bil.

Har bilen et 17 ciffer stelnummer benyttes model:Stelnummer

Har bilen ikke et 17 ciffer stelnummer benyttes model:KortStelnummer samt model:StelnummerLbnr

Findes model:StelnummerLbnr ikke, undlades feltet.

model:StelnummerLbnr tildeles af e-TL.

Logical Diagram
XML Instance Representation
<model:BilIdentifikator>
Start Choice [1]
<model:Stelnummer> ... </model:Stelnummer> [1]
<model:KortStelnummer> ... </model:KortStelnummer> [1]
<model:StelnummerLbnr> ... </model:StelnummerLbnr> [0..1]

'Angives hvis det findes'

End Choice
</model:BilIdentifikator>
Diagram
Schema Component Representation
<element name="BilIdentifikator" type=" model:BilIdentifikatorType "/>
top

Global Definitions

Complex Type: BilIdentifikatorType

Super-types: None
Sub-types: None
Name BilIdentifikatorType
Abstract no
XML Instance Representation
<...>
Start Choice [1]
<model:Stelnummer> ... </model:Stelnummer> [1]
<model:KortStelnummer> ... </model:KortStelnummer> [1]
<model:StelnummerLbnr> ... </model:StelnummerLbnr> [0..1]

'Angives hvis det findes'

End Choice
</...>
Diagram
Schema Component Representation
<complexType name="BilIdentifikatorType">
<choice>
<element ref=" model:Stelnummer "/>
<sequence>
<element ref=" model:KortStelnummer "/>
<element ref=" model:StelnummerLbnr " minOccurs="0"/>
</sequence>
</choice>
</complexType>
top