XML Schema Documentation

Table of Contents

top

Schema Document Properties

Target Namespace http://rep.oio.dk/bbr.dk/xml/schemas/2005/03/11/
Version 1.0
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
bbr http://rep.oio.dk/bbr.dk/xml/schemas/2005/03/11/
cpr http://rep.oio.dk/cpr.dk/xml/schemas/core/2005/03/18/
Schema Component Representation
<schema targetNamespace="http://rep.oio.dk/bbr.dk/xml/schemas/2005/03/11/" elementFormDefault="qualified" version="1.0">
<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"/>
<include schemaLocation="http://rep.oio.dk/bbr.dk/xml/schemas/2005/03/11/BBR_MunicipalRealPropertyIdentifier.xsd"/>
...
</schema>
top

Global Declarations

Element: RealPropertyIdentifier

Name RealPropertyIdentifier
Type bbr:RealPropertyIdentifierType
Nillable no
Abstract no
Documentation A unique key to the property in e.g. ESR stamregister (Real property base register) and Vurderingssystemet (Real property assessment system). The key consists of two key fields: Municipality code and real property number.
Logical Diagram
XML Instance Representation
<bbr:RealPropertyIdentifier>
<cpr:MunicipalityCode> ... </cpr:MunicipalityCode> [1]
<bbr:MunicipalRealPropertyIdentifier> ... </bbr:MunicipalRealPropertyIdentifier> [1]
</bbr:RealPropertyIdentifier>
Diagram
Schema Component Representation
<element name="RealPropertyIdentifier" type=" bbr:RealPropertyIdentifierType "/>
top

Global Definitions

Complex Type: RealPropertyIdentifierType

Super-types: None
Sub-types: None
Name RealPropertyIdentifierType
Abstract no
XML Instance Representation
<...>
<cpr:MunicipalityCode> ... </cpr:MunicipalityCode> [1]
<bbr:MunicipalRealPropertyIdentifier> ... </bbr:MunicipalRealPropertyIdentifier> [1]
</...>
Diagram
Schema Component Representation
<complexType name="RealPropertyIdentifierType">
<sequence>
<element ref=" cpr:MunicipalityCode "/>
<element ref=" bbr:MunicipalRealPropertyIdentifier "/>
</sequence>
</complexType>
top