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.1
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.

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/
Schema Component Representation
<schema targetNamespace="http://rep.oio.dk/bbr.dk/xml/schemas/2005/03/11/" elementFormDefault="qualified" version="1.1">
...
</schema>
top

Global Declarations

Element: MunicipalRealPropertyIdentifier

Name MunicipalRealPropertyIdentifier
Type bbr:MunicipalRealPropertyIdentifierType
Nillable no
Abstract no
Documentation The real property identifier is composed of 5 digits and a control number. The real property identifier is unique within the single municipality. The real property identifier identifies the single property within the municipality. When the real property identifier is complemented with the municipality code, it uniquely identifies the single property nationally.
Logical Diagram
XML Instance Representation
<bbr:MunicipalRealPropertyIdentifier> bbr:MunicipalRealPropertyIdentifierType </bbr:MunicipalRealPropertyIdentifier>
Diagram
Schema Component Representation
<element name="MunicipalRealPropertyIdentifier" type=" bbr:MunicipalRealPropertyIdentifierType "/>
top

Global Definitions

Simple Type: MunicipalRealPropertyIdentifierType

Super-types: string < MunicipalRealPropertyIdentifierType (by restriction)
Sub-types: None
Name MunicipalRealPropertyIdentifierType
Content
  • Base XSD Type: string
  • pattern = [0-9]{6}
Diagram
Schema Component Representation
<simpleType name="MunicipalRealPropertyIdentifierType">
<restriction base=" string ">
<pattern value="[0-9]{6}"/>
</restriction>
</simpleType>
top