XML Schema Documentation

Table of Contents

top

Schema Document Properties

Target Namespace http://rep.oio.dk/tinglysning.dk/schema/fault/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
etlf http://rep.oio.dk/tinglysning.dk/schema/fault/1/
Schema Component Representation
<schema targetNamespace="http://rep.oio.dk/tinglysning.dk/schema/fault/1/" elementFormDefault="qualified">
<include schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/fault/1/faultcode.xsd"/>
<include schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/fault/1/faultstring.xsd"/>
<include schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/fault/1/faultactor.xsd"/>
<include schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/fault/1/detail.xsd"/>
...
</schema>
top

Global Declarations

Element: Fejl

Name Fejl
Type etlf:FejlType
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<etlf:Fejl>
<etlf:faultcode> ... </etlf:faultcode> [1]
<etlf:faultstring> ... </etlf:faultstring> [1]
<etlf:faultactor> ... </etlf:faultactor> [0..1]
<etlf:detail> ... </etlf:detail> [0..1]
</etlf:Fejl>
Diagram
Schema Component Representation
<element name="Fejl" type=" etlf:FejlType "/>
top

Global Definitions

Complex Type: FejlType

Super-types: None
Sub-types: None
Name FejlType
Abstract no
XML Instance Representation
<...>
<etlf:faultcode> ... </etlf:faultcode> [1]
<etlf:faultstring> ... </etlf:faultstring> [1]
<etlf:faultactor> ... </etlf:faultactor> [0..1]
<etlf:detail> ... </etlf:detail> [0..1]
</...>
Diagram
Schema Component Representation
<complexType name="FejlType">
<sequence>
<element ref=" etlf:faultcode "/>
<element ref=" etlf:faultstring "/>
<element ref=" etlf:faultactor " minOccurs="0"/>
<element ref=" etlf:detail " minOccurs="0"/>
</sequence>
</complexType>
top