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.
Schema Composition

Declared Namespaces

Prefix Namespace
Default namespace http://www.w3.org/2001/XMLSchema
xml http://www.w3.org/XML/1998/namespace
cpr http://rep.oio.dk/cpr.dk/xml/schemas/core/2005/10/31/
cvr http://rep.oio.dk/cvr.dk/xml/schemas/2005/03/22/
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/model/1/" elementFormDefault="qualified" version="@BUILD_VERSION@">
<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/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/xkom.dk/xml/schemas/2006/01/06/" schemaLocation="http://rep.oio.dk/xkom.dk/xml/schemas/2006/01/06/XKOM_AddressSpecific.xsd"/>
<include schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/PersonSimpelIdentifikator.xsd"/>
<include schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/VirksomhedSimpelIdentifikator.xsd"/>
...
</schema>
top

Global Declarations

Element: RolleInformation

Name RolleInformation
Type model:RolleInformationType
Nillable no
Abstract no
Documentation Rolle oplysninger.
Logical Diagram
XML Instance Representation
<model:RolleInformation>
Start Choice [1]
<model:PersonSimpelIdentifikator> ... </model:PersonSimpelIdentifikator> [1]
<model:VirksomhedSimpelIdentifikator> ... </model:VirksomhedSimpelIdentifikator> [1]
End Choice
Start Choice [0..1]

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


<xkom-2:AddressSpecific> ... </xkom-2:AddressSpecific> [1]
<cpr:SecondaryPostalLabel> ... </cpr:SecondaryPostalLabel> [1]
End Choice
<cvr:CVRnumberIdentifier> ... </cvr:CVRnumberIdentifier> [0..1]

'Der er brug for at sammeknytte en person og en virksomhed, når der sker anmeldelser fra en enkeltmandsvirksomhed og når en fallent går konkurs og den- ne driver virksomheder.'

</model:RolleInformation>
Diagram
Schema Component Representation
<element name="RolleInformation" type=" model:RolleInformationType "/>
top

Global Definitions

Complex Type: RolleInformationType

Super-types: None
Sub-types: None
Name RolleInformationType
Abstract no
XML Instance Representation
<...>
Start Choice [1]
<model:PersonSimpelIdentifikator> ... </model:PersonSimpelIdentifikator> [1]
<model:VirksomhedSimpelIdentifikator> ... </model:VirksomhedSimpelIdentifikator> [1]
End Choice
Start Choice [0..1]

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


<xkom-2:AddressSpecific> ... </xkom-2:AddressSpecific> [1]
<cpr:SecondaryPostalLabel> ... </cpr:SecondaryPostalLabel> [1]
End Choice
<cvr:CVRnumberIdentifier> ... </cvr:CVRnumberIdentifier> [0..1]

'Der er brug for at sammeknytte en person og en virksomhed, når der sker anmeldelser fra en enkeltmandsvirksomhed og når en fallent går konkurs og den- ne driver virksomheder.'

</...>
Diagram
Schema Component Representation
<complexType name="RolleInformationType">
<sequence>
<choice>
<element ref=" model:PersonSimpelIdentifikator "/>
</choice>
<choice minOccurs="0">
<element ref=" xkom-2:AddressSpecific "/>
<element ref=" cpr:SecondaryPostalLabel "/>
</choice>
<element ref=" cvr:CVRnumberIdentifier " minOccurs="0"/>
</sequence>
</complexType>
top