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/Fejlparameter.xsd"/>
...
</schema>
top

Global Declarations

Element: FejlparameterSamling

Name FejlparameterSamling
Type Locally-defined complex type
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<etlf:FejlparameterSamling>
<etlf:Fejlparameter> ... </etlf:Fejlparameter> [1..*]
</etlf:FejlparameterSamling>
Diagram
Schema Component Representation
<element name="FejlparameterSamling">
<complexType>
<sequence>
<element ref=" etlf:Fejlparameter " minOccurs="1" maxOccurs="unbounded"/>
</sequence>
</complexType>
</element>
top