XML Schema Documentation

Table of Contents

top

Schema Document Properties

Target Namespace http://rep.oio.dk/tinglysning.dk/schema/model/1/
Version 54.0.4.1
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
itst-1 http://rep.oio.dk/ebxml/xml/schemas/dkcc/2005/03/15/
cpr http://rep.oio.dk/cpr.dk/xml/schemas/core/2005/03/18/
cpr-2 http://rep.oio.dk/cpr.dk/xml/schemas/core/2005/10/31/
itst http://rep.oio.dk/itst.dk/xml/schemas/2006/01/17/
xkom-2 http://rep.oio.dk/xkom.dk/xml/schemas/2006/01/06/
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/model/1/" elementFormDefault="qualified" version="54.0.4.1">
<import namespace="http://rep.oio.dk/cpr.dk/xml/schemas/core/2005/10/31/" schemaLocation="http://rep.oio.dk/cpr.dk/xml/schemas/core/2005/10/31/CPR_SecondaryPostalLabel.xsd"/>
<import namespace="http://rep.oio.dk/itst.dk/xml/schemas/2006/01/17/" schemaLocation="http://rep.oio.dk/itst.dk/xml/schemas/2006/01/17/ITST_PersonName.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"/>
<import namespace="http://rep.oio.dk/cpr.dk/xml/schemas/core/2005/03/18/" schemaLocation="http://rep.oio.dk/cpr.dk/xml/schemas/core/2005/03/18/CPR_PersonCivilRegistrationIdentifier.xsd"/>
<import namespace="http://rep.oio.dk/ebxml/xml/schemas/dkcc/2005/03/15/" schemaLocation="http://rep.oio.dk/ebxml/xml/schemas/dkcc/2005/03/15/DKCC_BirthDate.xsd"/>
...
</schema>
top

Global Declarations

Element: TestatorIdentifikator

Name TestatorIdentifikator
Type model:TestatorIdentifikatorType
Nillable no
Abstract no
Documentation

Identifikation af testator/testatrix. Har personen CPR nummer skal dette angives. For personer uden CPR nummer skal navn og adresse angives, fødselsdato er valgfri

Logical Diagram
XML Instance Representation
<model:TestatorIdentifikator>
Start Choice [1]
<cpr:PersonCivilRegistrationIdentifier> ... </cpr:PersonCivilRegistrationIdentifier> [1]
<itst:PersonName> ... </itst:PersonName> [1]
Start Choice [1]
<xkom-2:AddressSpecific> ... </xkom-2:AddressSpecific> [1]
<cpr-2:SecondaryPostalLabel> ... </cpr-2:SecondaryPostalLabel> [1]
End Choice
<itst-1:BirthDate> ... </itst-1:BirthDate> [0..1]
End Choice
</model:TestatorIdentifikator>
Diagram
Schema Component Representation
<element name="TestatorIdentifikator" type=" model:TestatorIdentifikatorType "/>
top

Global Definitions

Complex Type: TestatorIdentifikatorType

Super-types: None
Sub-types: None
Name TestatorIdentifikatorType
Abstract no
XML Instance Representation
<...>
Start Choice [1]
<cpr:PersonCivilRegistrationIdentifier> ... </cpr:PersonCivilRegistrationIdentifier> [1]
<itst:PersonName> ... </itst:PersonName> [1]
Start Choice [1]
<xkom-2:AddressSpecific> ... </xkom-2:AddressSpecific> [1]
<cpr-2:SecondaryPostalLabel> ... </cpr-2:SecondaryPostalLabel> [1]
End Choice
<itst-1:BirthDate> ... </itst-1:BirthDate> [0..1]
End Choice
</...>
Diagram
Schema Component Representation
<complexType name="TestatorIdentifikatorType">
<choice>
<element ref=" cpr:PersonCivilRegistrationIdentifier "/>
<sequence>
<element ref=" itst:PersonName "/>
<choice>
<element ref=" xkom-2:AddressSpecific "/>
<element ref=" cpr-2:SecondaryPostalLabel "/>
</choice>
<element ref=" itst-1:BirthDate " minOccurs="0"/>
</sequence>
</choice>
</complexType>
top