XML Schema Documentation

Table of Contents

top

Schema Document Properties

Target Namespace http://rep.oio.dk/tinglysning.dk/service/message/administration/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
adm http://rep.oio.dk/tinglysning.dk/schema/administration/1/
msgadm http://rep.oio.dk/tinglysning.dk/service/message/administration/1/
Schema Component Representation
<schema xml:lang="DA" elementFormDefault="qualified" targetNamespace="http://rep.oio.dk/tinglysning.dk/service/message/administration/1/" version="@BUILD_VERSION@">
<import namespace="http://rep.oio.dk/tinglysning.dk/schema/administration/1/" schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/administration/1/ErklaeringSoegningKriterie.xsd"/>
...
</schema>
top

Global Declarations

Element: ErklaeringSoeg

Name ErklaeringSoeg
Type msgadm:ErklaeringSoegType
Nillable no
Abstract no
Documentation Benyttes til at søge efter ferklæring. Undlades søgekriterie, returneres hele erklæringskataloget.
Logical Diagram
XML Instance Representation
<msgadm:ErklaeringSoeg>
<adm:ErklaeringSoegningKriterie> ... </adm:ErklaeringSoegningKriterie> [0..1]
</msgadm:ErklaeringSoeg>
Diagram
Schema Component Representation
<element name="ErklaeringSoeg" type=" msgadm:ErklaeringSoegType "/>
top

Global Definitions

Complex Type: ErklaeringSoegType

Super-types: None
Sub-types: None
Name ErklaeringSoegType
Abstract no
XML Instance Representation
<...>
<adm:ErklaeringSoegningKriterie> ... </adm:ErklaeringSoegningKriterie> [0..1]
</...>
Diagram
Schema Component Representation
<complexType name="ErklaeringSoegType">
<sequence>
<element ref=" adm:ErklaeringSoegningKriterie " minOccurs="0"/>
</sequence>
</complexType>
top