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.

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/">
...
</schema>
top

Global Declarations

Element: Body

Name Body
Type etle:BodyType
Nillable no
Abstract no
Documentation Body kan f.eks. indeholde en anmeldelse.
Logical Diagram
XML Instance Representation
<etle:Body>
Allow any elements from any namespace (strict validation). [1..*]
</etle:Body>
Diagram
Schema Component Representation
<element name="Body" type=" etle:BodyType "/>
top

Global Definitions

Complex Type: BodyType

Super-types: None
Sub-types: None
Name BodyType
Abstract no
XML Instance Representation
<...>
Allow any elements from any namespace (strict validation). [1..*]
</...>
Diagram
Schema Component Representation
<complexType name="BodyType">
<sequence>
<any maxOccurs="unbounded" minOccurs="1" namespace="##any"/>
</sequence>
</complexType>
top