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/Fejlinformation.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> QName </etlf:faultcode> [1]
<etlf:faultstring> string </etlf:faultstring> [1]
<etlf:faultactor> anyURI </etlf:faultactor> [0..1]
<etlf:detail> [0..1]
<etlf:Fejlinformation> ... </etlf:Fejlinformation> [1]
</etlf:detail>
</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> QName </etlf:faultcode> [1]
<etlf:faultstring> string </etlf:faultstring> [1]
<etlf:faultactor> anyURI </etlf:faultactor> [0..1]
<etlf:detail> [0..1]
<etlf:Fejlinformation> ... </etlf:Fejlinformation> [1]
</etlf:detail>
</...>
Diagram
Schema Component Representation
<complexType name="FejlType">
<sequence>
<element name="faultcode" type=" QName "/>
<element name="faultstring" type=" string "/>
<element name="faultactor" type=" anyURI " minOccurs="0"/>
<element name="detail" minOccurs="0">
<complexType>
<sequence>
<element ref=" etlf:Fejlinformation "/>
</sequence>
</complexType>
</element>
</sequence>
</complexType>
top