XML Schema Documentation

Table of Contents

top

Schema Document Properties

Target Namespace http://rep.oio.dk/tinglysning.dk/schema/model/1/
Version @BUILD_VERSION@
Language DA
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
model http://rep.oio.dk/tinglysning.dk/schema/model/1/
Schema Component Representation
<schema xml:lang="DA" elementFormDefault="qualified" targetNamespace="http://rep.oio.dk/tinglysning.dk/schema/model/1/" version="@BUILD_VERSION@">
<include schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/AttachmentBinaryData.xsd"/>
...
</schema>
top

Global Declarations

Element: Bilag

Name Bilag
Type model:BilagType
Nillable no
Abstract no
Documentation Bilag med binaere data, som kan indgaa som en del af en anmeldelse.
Logical Diagram
XML Instance Representation
<model:Bilag>
<model:Titel> string </model:Titel> [1]

'Kort tekst, der angiver navnet på bilaget'

<model:AttachmentBinaryData> ... </model:AttachmentBinaryData> [1]
</model:Bilag>
Diagram
Schema Component Representation
<element name="Bilag" type=" model:BilagType "/>
top

Global Definitions

Complex Type: BilagType

Super-types: None
Sub-types: None
Name BilagType
Abstract no
XML Instance Representation
<...>
<model:Titel> string </model:Titel> [1]

'Kort tekst, der angiver navnet på bilaget'

<model:AttachmentBinaryData> ... </model:AttachmentBinaryData> [1]
</...>
Diagram
Schema Component Representation
<complexType name="BilagType">
<sequence>
<element name="Titel" type=" string "/>
<element ref=" model:AttachmentBinaryData "/>
</sequence>
</complexType>
top