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
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/model/1/" elementFormDefault="qualified" version="@BUILD_VERSION@">
<include schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/BilMaerke.xsd"/>
<include schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/RegistreringsnummerTekst.xsd"/>
<include schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/FoersteRegistreringsAar.xsd"/>
<include schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/BilBemaerkningTekstSamling.xsd"/>
...
</schema>
top

Global Declarations

Element: BilStruktur

Name BilStruktur
Type model:BilStrukturType
Nillable no
Abstract no
Documentation Indeholder beriget information om en bil. Informationer kan stamme fra anmeldelsen eller fra eksterne registre såsom CRM.
Logical Diagram
XML Instance Representation
<model:BilStruktur>
<model:BilMaerke> ... </model:BilMaerke> [0..1]
<model:RegistreringsnummerTekst> ... </model:RegistreringsnummerTekst> [0..1]
<model:FoersteRegistreringsAar> ... </model:FoersteRegistreringsAar> [0..1]
<model:BilBemaerkningTekstSamling> ... </model:BilBemaerkningTekstSamling> [0..1]
</model:BilStruktur>
Diagram
Schema Component Representation
<element name="BilStruktur" type=" model:BilStrukturType "/>
top

Global Definitions

Complex Type: BilStrukturType

Super-types: None
Sub-types: None
Name BilStrukturType
Abstract no
XML Instance Representation
<...>
<model:BilMaerke> ... </model:BilMaerke> [0..1]
<model:RegistreringsnummerTekst> ... </model:RegistreringsnummerTekst> [0..1]
<model:FoersteRegistreringsAar> ... </model:FoersteRegistreringsAar> [0..1]
<model:BilBemaerkningTekstSamling> ... </model:BilBemaerkningTekstSamling> [0..1]
</...>
Diagram
Schema Component Representation
<complexType name="BilStrukturType">
<sequence>
<element ref=" model:BilMaerke " minOccurs="0"/>
<element ref=" model:RegistreringsnummerTekst " minOccurs="0"/>
<element ref=" model:FoersteRegistreringsAar " minOccurs="0"/>
<element ref=" model:BilBemaerkningTekstSamling " minOccurs="0"/>
</sequence>
</complexType>
top