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
cvr http://rep.oio.dk/cvr.dk/xml/schemas/2005/03/22/
eakt http://rep.oio.dk/tinglysning.dk/schema/elektroniskakt/1/
itst http://rep.oio.dk/itst.dk/xml/schemas/2006/01/17/
model http://rep.oio.dk/tinglysning.dk/schema/model/1/
xkom-2 http://rep.oio.dk/xkom.dk/xml/schemas/2006/01/06/
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/AndelIdeel.xsd"/>
<import namespace="http://rep.oio.dk/cvr.dk/xml/schemas/2005/03/22/" schemaLocation="http://rep.oio.dk/cvr.dk/xml/schemas/2005/03/22/CVR_CVRnumberIdentifier.xsd"/>
<import namespace="http://rep.oio.dk/cvr.dk/xml/schemas/2005/03/22/" schemaLocation="http://rep.oio.dk/cvr.dk/xml/schemas/2005/03/22/CVR_LegalUnitName.xsd"/>
<import namespace="http://rep.oio.dk/tinglysning.dk/schema/model/1/" schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/PersonSimpelIdentifikator.xsd"/>
<import namespace="http://rep.oio.dk/xkom.dk/xml/schemas/2006/01/06/" schemaLocation="http://rep.oio.dk/xkom.dk/xml/schemas/2006/01/06/XKOM_AddressSpecific.xsd"/>
...
</schema>
top

Global Declarations

Element: Adkomsthaver

Name Adkomsthaver
Type eakt:AdkomsthaverType
Nillable no
Abstract no
Documentation Adkomsthaver oplysninger.
Logical Diagram
XML Instance Representation
<eakt:Adkomsthaver>
Start Choice [1]
<model:PersonSimpelIdentifikator> ... </model:PersonSimpelIdentifikator> [1]
<cvr:LegalUnitName> ... </cvr:LegalUnitName> [1]
End Choice
<cvr:CVRnumberIdentifier> ... </cvr:CVRnumberIdentifier> [0..1]
<xkom-2:AddressSpecific> ... </xkom-2:AddressSpecific> [0..1]

'Angives altid for ikke-overført dokument. Angives for et overført dokument, hvis oplysningen findes.'

<model:AndelIdeel> ... </model:AndelIdeel> [1]
</eakt:Adkomsthaver>
Diagram
Schema Component Representation
<element name="Adkomsthaver" type=" eakt:AdkomsthaverType "/>
top

Global Definitions

Complex Type: AdkomsthaverType

Super-types: None
Sub-types: None
Name AdkomsthaverType
Abstract no
XML Instance Representation
<...>
Start Choice [1]
<model:PersonSimpelIdentifikator> ... </model:PersonSimpelIdentifikator> [1]
<cvr:LegalUnitName> ... </cvr:LegalUnitName> [1]
End Choice
<cvr:CVRnumberIdentifier> ... </cvr:CVRnumberIdentifier> [0..1]
<xkom-2:AddressSpecific> ... </xkom-2:AddressSpecific> [0..1]

'Angives altid for ikke-overført dokument. Angives for et overført dokument, hvis oplysningen findes.'

<model:AndelIdeel> ... </model:AndelIdeel> [1]
</...>
Diagram
Schema Component Representation
<complexType name="AdkomsthaverType">
<sequence>
<choice>
<element ref=" model:PersonSimpelIdentifikator "/>
<element ref=" cvr:LegalUnitName "/>
</choice>
<element ref=" cvr:CVRnumberIdentifier " minOccurs="0"/>
<element ref=" xkom-2:AddressSpecific " minOccurs="0"/>
<element ref=" model:AndelIdeel "/>
</sequence>
</complexType>
top