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: Modtagerfejl

Name Modtagerfejl
Type sintmsg:ModtagerfejlType
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<sintmsg:Modtagerfejl>
<sintmsg:Fejlkode> nonNegativeInteger </sintmsg:Fejlkode> [1]
<sintmsg:Fejlbeskrivelse> string </sintmsg:Fejlbeskrivelse> [1]
</sintmsg:Modtagerfejl>
Diagram
Schema Component Representation
<element name="Modtagerfejl" type=" sintmsg:ModtagerfejlType "/>
top

Global Definitions

Complex Type: ModtagerfejlType

Super-types: None
Sub-types: None
Name ModtagerfejlType
Abstract no
XML Instance Representation
<...>
<sintmsg:Fejlkode> nonNegativeInteger </sintmsg:Fejlkode> [1]
<sintmsg:Fejlbeskrivelse> string </sintmsg:Fejlbeskrivelse> [1]
</...>
Diagram
Schema Component Representation
<complexType name="ModtagerfejlType">
<sequence>
<element name="Fejlkode" type=" nonNegativeInteger "/>
<element name="Fejlbeskrivelse" type=" string "/>
</sequence>
</complexType>
top