XML Schema Documentation

Table of Contents

top

Schema Document Properties

Target Namespace http://rep.oio.dk/tinglysning.dk/svarservice/message/integration/1/
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.

Declared Namespaces

Prefix Namespace
Default namespace http://www.w3.org/2001/XMLSchema
xml http://www.w3.org/XML/1998/namespace
sintmsg http://rep.oio.dk/tinglysning.dk/svarservice/message/integration/1/
Schema Component Representation
<schema targetNamespace="http://rep.oio.dk/tinglysning.dk/svarservice/message/integration/1/" elementFormDefault="qualified">
...
</schema>
top

Global Declarations

Element: Status

Name Status
Type sintmsg:StatusType
Nillable no
Abstract no
Documentation Indikerer at operationen er udført af service provideren med succes.
Logical Diagram
XML Instance Representation
<sintmsg:Status> sintmsg:StatusType </sintmsg:Status>
Diagram
Schema Component Representation
<element name="Status" type=" sintmsg:StatusType "/>
top

Global Definitions

Simple Type: StatusType

Super-types: string < StatusType (by restriction)
Sub-types: None
Name StatusType
Content
  • Base XSD Type: string
  • value comes from list: {'modtaget'}
Diagram
Schema Component Representation
<simpleType name="StatusType">
<restriction base=" string ">
<enumeration value="modtaget"/>
</restriction>
</simpleType>
top