XML Schema Documentation

Table of Contents

top

Schema Document Properties

Target Namespace http://rep.oio.dk/tinglysning.dk/schema/jms/envelope/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.
Schema Composition

Declared Namespaces

Prefix Namespace
Default namespace http://www.w3.org/2001/XMLSchema
xml http://www.w3.org/XML/1998/namespace
etla http://rep.oio.dk/tinglysning.dk/schema/jms/addressing/1/
etle http://rep.oio.dk/tinglysning.dk/schema/jms/envelope/1/
Schema Component Representation
<schema elementFormDefault="qualified" targetNamespace="http://rep.oio.dk/tinglysning.dk/schema/jms/envelope/1/">
<import namespace="http://rep.oio.dk/tinglysning.dk/schema/jms/addressing/1/" schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/jms/addressing/1/Action.xsd"/>
<import namespace="http://rep.oio.dk/tinglysning.dk/schema/jms/addressing/1/" schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/jms/addressing/1/From.xsd"/>
<import namespace="http://rep.oio.dk/tinglysning.dk/schema/jms/addressing/1/" schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/jms/addressing/1/MessageID.xsd"/>
<import namespace="http://rep.oio.dk/tinglysning.dk/schema/jms/addressing/1/" schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/jms/addressing/1/RelatesTo.xsd"/>
...
</schema>
top

Global Declarations

Element: Header

Name Header
Type etle:HeaderType
Nillable no
Abstract no
Documentation Headeren indeholder metadata om forsendelsen f.eks. addressing information.
Logical Diagram
XML Instance Representation
<etle:Header>
<etla:MessageID> ... </etla:MessageID> [1]
<etla:RelatesTo> ... </etla:RelatesTo> [0..1]
<etla:From> ... </etla:From> [0..1]
<etla:Action> ... </etla:Action> [1]
</etle:Header>
Diagram
Schema Component Representation
<element name="Header" type=" etle:HeaderType "/>
top

Global Definitions

Complex Type: HeaderType

Super-types: None
Sub-types: None
Name HeaderType
Abstract no
XML Instance Representation
<...>
<etla:MessageID> ... </etla:MessageID> [1]
<etla:RelatesTo> ... </etla:RelatesTo> [0..1]
<etla:From> ... </etla:From> [0..1]
<etla:Action> ... </etla:Action> [1]
</...>
Diagram
Schema Component Representation
<complexType name="HeaderType">
<sequence>
<element ref=" etla:MessageID " minOccurs="1"/>
<element ref=" etla:RelatesTo " minOccurs="0"/>
<element ref=" etla:From " minOccurs="0"/>
<element ref=" etla:Action " minOccurs="1"/>
</sequence>
</complexType>
top