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
model http://rep.oio.dk/tinglysning.dk/schema/model/1/
cpr http://rep.oio.dk/cpr.dk/xml/schemas/core/2005/03/18/
dkcc http://rep.oio.dk/ebxml/xml/schemas/dkcc/2003/02/13/
Schema Component Representation
<schema xml:lang="DA" elementFormDefault="qualified" targetNamespace="http://rep.oio.dk/tinglysning.dk/schema/model/1/" version="@BUILD_VERSION@">
<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_MunicipalityCode.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_StreetCode.xsd"/>
<import namespace="http://rep.oio.dk/ebxml/xml/schemas/dkcc/2003/02/13/" schemaLocation="http://rep.oio.dk/ebxml/xml/schemas/dkcc/2003/02/13/DKCC_StreetBuildingIdentifier.xsd"/>
<import namespace="http://rep.oio.dk/ebxml/xml/schemas/dkcc/2003/02/13/" schemaLocation="http://rep.oio.dk/ebxml/xml/schemas/dkcc/2003/02/13/DKCC_FloorIdentifier.xsd"/>
<include schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/SideDoerTekst.xsd"/>
...
</schema>
top

Global Declarations

Element: AndelIdentifikator

Name AndelIdentifikator
Type model:AndelIdentifikatorType
Nillable no
Abstract no
Documentation

Identifikation af en andel.

Adressen på andelen angivet med

  • kommunekode
  • vejkode
  • husnummer
  • etage - angives kun hvis det er relevant
  • side - angives kun hvis det er relevant
Logical Diagram
XML Instance Representation
<model:AndelIdentifikator>
<cpr:MunicipalityCode> ... </cpr:MunicipalityCode> [1]
<cpr:StreetCode> ... </cpr:StreetCode> [1]
<dkcc:StreetBuildingIdentifier> ... </dkcc:StreetBuildingIdentifier> [1]
<dkcc:FloorIdentifier> ... </dkcc:FloorIdentifier> [0..1]
<model:SideDoerTekst> ... </model:SideDoerTekst> [0..1]
</model:AndelIdentifikator>
Diagram
Schema Component Representation
<element name="AndelIdentifikator" type=" model:AndelIdentifikatorType "/>
top

Global Definitions

Complex Type: AndelIdentifikatorType

Super-types: None
Sub-types: None
Name AndelIdentifikatorType
Abstract no
XML Instance Representation
<...>
<cpr:MunicipalityCode> ... </cpr:MunicipalityCode> [1]
<cpr:StreetCode> ... </cpr:StreetCode> [1]
<dkcc:StreetBuildingIdentifier> ... </dkcc:StreetBuildingIdentifier> [1]
<dkcc:FloorIdentifier> ... </dkcc:FloorIdentifier> [0..1]
<model:SideDoerTekst> ... </model:SideDoerTekst> [0..1]
</...>
Diagram
Schema Component Representation
<complexType name="AndelIdentifikatorType">
<sequence>
<element ref=" cpr:MunicipalityCode "/>
<element ref=" cpr:StreetCode "/>
<element ref=" dkcc:StreetBuildingIdentifier "/>
<element ref=" dkcc:FloorIdentifier " minOccurs="0"/>
<element ref=" model:SideDoerTekst " minOccurs="0"/>
</sequence>
</complexType>
top