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.

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

Global Declarations

Element: HoestPantebrevTypeTekst

Name HoestPantebrevTypeTekst
Type model:HoestPantebrevTypeTekstType
Nillable no
Abstract no
Documentation Type af objekt, som høstpantebrevet dækker.
Logical Diagram
XML Instance Representation
<model:HoestPantebrevTypeTekst> model:HoestPantebrevTypeTekstType </model:HoestPantebrevTypeTekst>
Diagram
Schema Component Representation
<element name="HoestPantebrevTypeTekst" type=" model:HoestPantebrevTypeTekstType "/>
top

Global Definitions

Simple Type: HoestPantebrevTypeTekstType

Super-types: string < HoestPantebrevTypeTekstType (by restriction)
Sub-types: None
Name HoestPantebrevTypeTekstType
Content
  • Base XSD Type: string
  • value comes from list: {'saedekorn'|'laeggekartofler'|'stikloeg'|'markGroentsagsfroe'|'smaaplanterEtaarigGroentsager'|'handelsgoedning'|'voksemedier'|'bekaempelsesmidler'|'braendselVaeksthuse'|'afgifter'}
Diagram
Schema Component Representation
<simpleType name="HoestPantebrevTypeTekstType">
<restriction base=" string ">
<enumeration value="saedekorn"/>
<enumeration value="laeggekartofler"/>
<enumeration value="stikloeg"/>
<enumeration value="markGroentsagsfroe"/>
<enumeration value="smaaplanterEtaarigGroentsager"/>
<enumeration value="handelsgoedning"/>
<enumeration value="voksemedier"/>
<enumeration value="bekaempelsesmidler"/>
<enumeration value="braendselVaeksthuse"/>
<enumeration value="afgifter"/>
</restriction>
</simpleType>
top