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: HaeftelsePantebrevFormularLovpligtigKode

Name HaeftelsePantebrevFormularLovpligtigKode
Type model:HaeftelsePantebrevFormularLovpligtigKodeType
Nillable no
Abstract no
Documentation Angiver koder for Justitsministeriets lovpligtige pantebrevsformularer
Logical Diagram
XML Instance Representation
<model:HaeftelsePantebrevFormularLovpligtigKode> model:HaeftelsePantebrevFormularLovpligtigKodeType </model:HaeftelsePantebrevFormularLovpligtigKode>
Diagram
Schema Component Representation
<element name="HaeftelsePantebrevFormularLovpligtigKode" type=" model:HaeftelsePantebrevFormularLovpligtigKodeType "/>
top

Global Definitions

Simple Type: HaeftelsePantebrevFormularLovpligtigKodeType

Super-types: string < HaeftelsePantebrevFormularLovpligtigKodeType (by restriction)
Sub-types: None
Name HaeftelsePantebrevFormularLovpligtigKodeType
Content
  • Base XSD Type: string
  • value comes from list: {'a'|'Aa'|'b'|'Ab'|'sdo'|'Asdo'|'sdro'|'Asdro'|'bil'|'pantebrevAndel'|'skadesloesbrev'|'Askadesloesbrev'|'skadesloesbrevBil'|'skadesloesbrevLoesoere'|'skadesloesbrevVirksomhedspant'|'skadesloesbrevFordringspant'|'skadesloesbrevAndel'|'indekspantebrev'|'Aindekspantebrev'|'loesoere'|'hoestpantebrev'}
Diagram
Schema Component Representation
<simpleType name="HaeftelsePantebrevFormularLovpligtigKodeType">
<restriction base=" string ">
<enumeration value="a"/>
<enumeration value="Aa"/>
<enumeration value="b"/>
<enumeration value="Ab"/>
<enumeration value="sdo"/>
<enumeration value="Asdo"/>
<enumeration value="sdro"/>
<enumeration value="Asdro"/>
<enumeration value="bil"/>
<enumeration value="pantebrevAndel"/>
<enumeration value="skadesloesbrev"/>
<enumeration value="Askadesloesbrev"/>
<enumeration value="skadesloesbrevBil"/>
<enumeration value="skadesloesbrevLoesoere"/>
<enumeration value="skadesloesbrevVirksomhedspant"/>
<enumeration value="skadesloesbrevFordringspant"/>
<enumeration value="skadesloesbrevAndel"/>
<enumeration value="indekspantebrev"/>
<enumeration value="Aindekspantebrev"/>
<enumeration value="loesoere"/>
<enumeration value="hoestpantebrev"/>
</restriction>
</simpleType>
top