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

Name From
Type etla:FromType
Nillable no
Abstract no
Documentation Indikerer afsenderen af beskeden i form af CVR nummer.
Logical Diagram
XML Instance Representation
<etla:From> etla:FromType </etla:From>
Diagram
Schema Component Representation
<element name="From" type=" etla:FromType "/>
top

Global Definitions

Simple Type: FromType

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