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/Fejlkode.xsd"/>
<include schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/fault/1/FejlparameterSamling.xsd"/>
<include schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/fault/1/FejlTekniskInformation.xsd"/>
...
</schema>
top

Global Declarations

Element: Fejlinformation

Name Fejlinformation
Type etlf:FejlinformationType
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<etlf:Fejlinformation>
<etlf:Fejlkode> ... </etlf:Fejlkode> [1]
<etlf:FejlparameterSamling> ... </etlf:FejlparameterSamling> [0..1]
<etlf:FejlTekniskInformation> ... </etlf:FejlTekniskInformation> [0..1]
</etlf:Fejlinformation>
Diagram
Schema Component Representation
<element name="Fejlinformation" type=" etlf:FejlinformationType "/>
top

Global Definitions

Complex Type: FejlinformationType

Super-types: None
Sub-types: None
Name FejlinformationType
Abstract no
XML Instance Representation
<...>
<etlf:Fejlkode> ... </etlf:Fejlkode> [1]
<etlf:FejlparameterSamling> ... </etlf:FejlparameterSamling> [0..1]
<etlf:FejlTekniskInformation> ... </etlf:FejlTekniskInformation> [0..1]
</...>
Diagram
Schema Component Representation
<complexType name="FejlinformationType">
<sequence>
<element ref=" etlf:Fejlkode "/>
<element ref=" etlf:FejlparameterSamling " minOccurs="0"/>
<element ref=" etlf:FejlTekniskInformation " minOccurs="0"/>
</sequence>
</complexType>
top