XML Schema Documentation

Table of Contents

top

Schema Document Properties

Target Namespace http://rep.oio.dk/tinglysning.dk/schema/jms/addressing/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
etla http://rep.oio.dk/tinglysning.dk/schema/jms/addressing/1/
Schema Component Representation
<schema elementFormDefault="qualified" targetNamespace="http://rep.oio.dk/tinglysning.dk/schema/jms/addressing/1/">
...
</schema>
top

Global Declarations

Element: Action

Name Action
Type etla:ActionType
Nillable no
Abstract no
Documentation Da JMS løsningen ikke indeholder en naturlig adresseringsmekanisme der svarer til URI’en på det endpoint man ønsker at kalde i Web service facaden benyttes en variant af WS-Addressing Action elementet.
Logical Diagram
XML Instance Representation
<etla:Action> etla:ActionType </etla:Action>
Diagram
Schema Component Representation
<element name="Action" type=" etla:ActionType "/>
top

Global Definitions

Simple Type: ActionType

Super-types: anyURI < ActionType (by restriction)
Sub-types: None
Name ActionType
Content
  • Base XSD Type: anyURI
Diagram
Schema Component Representation
<simpleType name="ActionType">
<restriction base=" anyURI "/>
</simpleType>
top