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/
ois http://rep.oio.dk/ois.dk/xml/schemas/2006/04/25/
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/BeloebVaerdi.xsd"/>
<include schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/EjendomKategori.xsd"/>
...
</schema>
top

Global Declarations

Element: SkoedeAuktion

Name SkoedeAuktion
Type model:SkoedeAuktionType
Nillable no
Abstract no
Documentation Angiver et auktionsskøde.
Logical Diagram
XML Instance Representation
<model:SkoedeAuktion>
<model:EjendomKategori> ... </model:EjendomKategori> [1]
<model:AuktionDato> date </model:AuktionDato> [1]
Start Choice [1]
<model:BudsumBeloeb> model:BeloebVaerdiType </model:BudsumBeloeb> [1]
<model:SkoedeTransportBeloeb> model:BeloebVaerdiType </model:SkoedeTransportBeloeb> [1]
End Choice
</model:SkoedeAuktion>
Diagram
Schema Component Representation
<element name="SkoedeAuktion" type=" model:SkoedeAuktionType "/>
top

Global Definitions

Complex Type: SkoedeAuktionType

Super-types: None
Sub-types: None
Name SkoedeAuktionType
Abstract no
XML Instance Representation
<...>
<model:EjendomKategori> ... </model:EjendomKategori> [1]
<model:AuktionDato> date </model:AuktionDato> [1]
Start Choice [1]
<model:BudsumBeloeb> model:BeloebVaerdiType </model:BudsumBeloeb> [1]
<model:SkoedeTransportBeloeb> model:BeloebVaerdiType </model:SkoedeTransportBeloeb> [1]
End Choice
</...>
Diagram
Schema Component Representation
<complexType name="SkoedeAuktionType">
<sequence>
<element ref=" model:EjendomKategori "/>
<element name="AuktionDato" type=" date "/>
<choice>
<element name="BudsumBeloeb" type=" model:BeloebVaerdiType "/>
<element name="SkoedeTransportBeloeb" type=" model:BeloebVaerdiType "/>
</choice>
</sequence>
</complexType>
top