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.

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

Global Declarations

Element: Fejlinformation

Name Fejlinformation
Type etlf:FejlinformationType
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<etlf:Fejlinformation>
<etlf:Fejlkode> string </etlf:Fejlkode> [1]
<etlf:FejlparameterSamling> [0..1]
<etlf:Fejlparameter
nummer="int [1]"> [1..*]
string
</etlf:Fejlparameter>
</etlf:FejlparameterSamling>
<etlf:FejlTekniskInformation> [0..1]
<!-- Mixed content -->
Allow any elements from any namespace (lax validation). [0..*]
</etlf:FejlTekniskInformation>
</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> string </etlf:Fejlkode> [1]
<etlf:FejlparameterSamling> [0..1]
<etlf:Fejlparameter
nummer="int [1]"> [1..*]
string
</etlf:Fejlparameter>
</etlf:FejlparameterSamling>
<etlf:FejlTekniskInformation> [0..1]
<!-- Mixed content -->
Allow any elements from any namespace (lax validation). [0..*]
</etlf:FejlTekniskInformation>
</...>
Diagram
Schema Component Representation
<complexType name="FejlinformationType">
<sequence>
<element name="Fejlkode" type=" string "/>
<element name="FejlparameterSamling" minOccurs="0">
<complexType>
<sequence>
<element name="Fejlparameter" minOccurs="1" maxOccurs="unbounded">
<complexType>
<simpleContent>
<extension base=" string ">
<attribute name="nummer" type=" int " use="required"/>
</extension>
</simpleContent>
</complexType>
</element>
</sequence>
</complexType>
</element>
<element name="FejlTekniskInformation" minOccurs="0">
<complexType mixed="true">
<sequence>
<any namespace="##any" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
</complexType>
</element>
</sequence>
</complexType>
top