XML Schema Documentation

Table of Contents

top

Schema Document Properties

Target Namespace http://rep.oio.dk/tinglysning.dk/schema/elektroniskakt/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
anm http://rep.oio.dk/tinglysning.dk/schema/anmeldelse/1/
eakt http://rep.oio.dk/tinglysning.dk/schema/elektroniskakt/1/
model http://rep.oio.dk/tinglysning.dk/schema/model/1/
Schema Component Representation
<schema xml:lang="DA" targetNamespace="http://rep.oio.dk/tinglysning.dk/schema/elektroniskakt/1/" elementFormDefault="qualified" version="@BUILD_VERSION@">
<import namespace="http://rep.oio.dk/tinglysning.dk/schema/model/1/" schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/DokumentRevisionIdentifikator.xsd"/>
<import namespace="http://rep.oio.dk/tinglysning.dk/schema/model/1/" schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/PersondokumentRettighed.xsd"/>
<import namespace="http://rep.oio.dk/tinglysning.dk/schema/model/1/" schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/TinglysningsDato.xsd"/>
<import namespace="http://rep.oio.dk/tinglysning.dk/schema/model/1/" schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/PersondokumentTypeTekst.xsd"/>
<import namespace="http://rep.oio.dk/tinglysning.dk/schema/model/1/" schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/AfgoerelseDato.xsd"/>
<import namespace="http://rep.oio.dk/tinglysning.dk/schema/model/1/" schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/TestamenteTypeTekst.xsd"/>
<import namespace="http://rep.oio.dk/tinglysning.dk/schema/model/1/" schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/PersonbogTekstSamling.xsd"/>
<include schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/elektroniskakt/1/DokumentAlias.xsd"/>
<include schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/elektroniskakt/1/TestamenteMyndighed.xsd"/>
<include schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/elektroniskakt/1/DisponentInformationSamling.xsd"/>
...
</schema>
top

Global Declarations

Element: PersondokumentSummarisk

Name PersondokumentSummarisk
Type eakt:PersondokumentSummariskType
Nillable no
Abstract no
Documentation Summariske oplysninger for en testamente og formueforhold i personbogen
Logical Diagram
XML Instance Representation
<eakt:PersondokumentSummarisk>
<model:DokumentRevisionIdentifikator> ... </model:DokumentRevisionIdentifikator> [1]
<model:TinglysningsDato> ... </model:TinglysningsDato> [1]
<model:PersondokumentRettighed> ... </model:PersondokumentRettighed> [1]
<eakt:DokumentAlias> ... </eakt:DokumentAlias> [0..1]
<model:PersondokumentTypeTekst> ... </model:PersondokumentTypeTekst> [1]
<model:AfgoerelseDato> ... </model:AfgoerelseDato> [0..1]
<eakt:DisponentInformationSamling> ... </eakt:DisponentInformationSamling> [0..1]
<model:TestamenteTypeTekst> ... </model:TestamenteTypeTekst> [0..1]
<eakt:TestamenteMyndighed> ... </eakt:TestamenteMyndighed> [0..1]
<model:PersonbogTekstSamling> ... </model:PersonbogTekstSamling> [0..1]
</eakt:PersondokumentSummarisk>
Diagram
Schema Component Representation
<element name="PersondokumentSummarisk" type=" eakt:PersondokumentSummariskType "/>
top

Global Definitions

Complex Type: PersondokumentSummariskType

Super-types: None
Sub-types: None
Name PersondokumentSummariskType
Abstract no
XML Instance Representation
<...>
<model:DokumentRevisionIdentifikator> ... </model:DokumentRevisionIdentifikator> [1]
<model:TinglysningsDato> ... </model:TinglysningsDato> [1]
<model:PersondokumentRettighed> ... </model:PersondokumentRettighed> [1]
<eakt:DokumentAlias> ... </eakt:DokumentAlias> [0..1]
<model:PersondokumentTypeTekst> ... </model:PersondokumentTypeTekst> [1]
<model:AfgoerelseDato> ... </model:AfgoerelseDato> [0..1]
<eakt:DisponentInformationSamling> ... </eakt:DisponentInformationSamling> [0..1]
<model:TestamenteTypeTekst> ... </model:TestamenteTypeTekst> [0..1]
<eakt:TestamenteMyndighed> ... </eakt:TestamenteMyndighed> [0..1]
<model:PersonbogTekstSamling> ... </model:PersonbogTekstSamling> [0..1]
</...>
Diagram
Schema Component Representation
<complexType name="PersondokumentSummariskType">
<sequence>
<element ref=" model:DokumentRevisionIdentifikator "/>
<element ref=" model:TinglysningsDato "/>
<element ref=" model:PersondokumentRettighed "/>
<element ref=" eakt:DokumentAlias " minOccurs="0"/>
<element ref=" model:PersondokumentTypeTekst "/>
<element ref=" model:AfgoerelseDato " minOccurs="0"/>
<element ref=" eakt:DisponentInformationSamling " minOccurs="0"/>
<element ref=" model:TestamenteTypeTekst " minOccurs="0"/>
<element ref=" eakt:TestamenteMyndighed " minOccurs="0"/>
<element ref=" model:PersonbogTekstSamling " minOccurs="0"/>
</sequence>
</complexType>
top