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
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/">
<include schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/jms/envelope/1/Body.xsd"/>
<include schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/jms/envelope/1/Header.xsd"/>
...
</schema>
top

Global Declarations

Element: Envelope

Name Envelope
Type etle:Envelope
Nillable no
Abstract no
Documentation e-TL envelope til jms løsningen
Logical Diagram
XML Instance Representation
<etle:Envelope>
<etle:Header> ... </etle:Header> [1]
<etle:Body> ... </etle:Body> [1]
</etle:Envelope>
Diagram
Schema Component Representation
<element name="Envelope" type=" etle:Envelope "/>
top

Global Definitions

Complex Type: Envelope

Super-types: None
Sub-types: None
Name Envelope
Abstract no
XML Instance Representation
<...>
<etle:Header> ... </etle:Header> [1]
<etle:Body> ... </etle:Body> [1]
</...>
Diagram
Schema Component Representation
<complexType name="Envelope">
<sequence>
<element ref=" etle:Header " minOccurs="1"/>
<element ref=" etle:Body " minOccurs="1"/>
</sequence>
</complexType>
top