XML Schema Documentation

Table of Contents

top

Schema Document Properties

Target Namespace http://rep.oio.dk/tinglysning.dk/schema/anmeldelse/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
anm http://rep.oio.dk/tinglysning.dk/schema/anmeldelse/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/anmeldelse/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/BrugerformularIdentifikator.xsd"/>
<include schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/anmeldelse/1/ProeveTinglysningIndikator.xsd"/>
<include schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/anmeldelse/1/AnmeldelseInstruktionTekst.xsd"/>
...
</schema>
top

Global Declarations

Element: Procesinstruktion

Name Procesinstruktion
Type anm:ProcesinstruktionType
Nillable no
Abstract no
Documentation Instruktioner til systemet om hvordan anmeldelsen skal processeres
Logical Diagram
XML Instance Representation
<anm:Procesinstruktion>
<model:BrugerformularIdentifikator> ... </model:BrugerformularIdentifikator> [0..1]

'Hvis anmeldelsen er i henhold til en Brugerformular angives koden for den anvendte Brugerformular her.'

<anm:ProeveTinglysningIndikator> ... </anm:ProeveTinglysningIndikator> [1]
<anm:AnmeldelseInstruktionTekst> ... </anm:AnmeldelseInstruktionTekst> [0..1]
</anm:Procesinstruktion>
Diagram
Schema Component Representation
<element name="Procesinstruktion" type=" anm:ProcesinstruktionType "/>
top

Global Definitions

Complex Type: ProcesinstruktionType

Super-types: None
Sub-types: None
Name ProcesinstruktionType
Abstract no
XML Instance Representation
<...>
<model:BrugerformularIdentifikator> ... </model:BrugerformularIdentifikator> [0..1]

'Hvis anmeldelsen er i henhold til en Brugerformular angives koden for den anvendte Brugerformular her.'

<anm:ProeveTinglysningIndikator> ... </anm:ProeveTinglysningIndikator> [1]
<anm:AnmeldelseInstruktionTekst> ... </anm:AnmeldelseInstruktionTekst> [0..1]
</...>
Diagram
Schema Component Representation
<complexType name="ProcesinstruktionType">
<sequence>
<element ref=" model:BrugerformularIdentifikator " minOccurs="0"/>
<element ref=" anm:ProeveTinglysningIndikator "/>
<element ref=" anm:AnmeldelseInstruktionTekst " minOccurs="0"/>
</sequence>
</complexType>
top