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/service/message/administration/1/
anm http://rep.oio.dk/tinglysning.dk/schema/anmeldelse/1/
Schema Component Representation
<schema xml:lang="DA" attributeFormDefault="unqualified" elementFormDefault="qualified" version="@BUILD_VERSION@" targetNamespace="http://rep.oio.dk/tinglysning.dk/service/message/administration/1/">
<include schemaLocation="http://rep.oio.dk/tinglysning.dk/service/message/administration/1/BrugerformularSoegSvarSamling.xsd"/>
...
</schema>
top

Global Declarations

Element: BrugerformularSoegSvar

Name BrugerformularSoegSvar
Type adm:BrugerformularSoegSvarType
Nillable no
Abstract no
Documentation Returnerer samling af brugerformularer, som matchede søgekriterierne
Logical Diagram
XML Instance Representation
<adm:BrugerformularSoegSvar>
<adm:BrugerformularSoegSvarSamling> ... </adm:BrugerformularSoegSvarSamling> [1]
</adm:BrugerformularSoegSvar>
Diagram
Schema Component Representation
<element name="BrugerformularSoegSvar" type=" adm:BrugerformularSoegSvarType "/>
top

Global Definitions

Complex Type: BrugerformularSoegSvarType

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