XML Schema Documentation

Table of Contents

top

Schema Document Properties

Target Namespace http://rep.oio.dk/bbr.dk/xml/schemas/2005/12/15/
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/12/15/
bbr2 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/12/15/" elementFormDefault="qualified">
<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/bbr.dk/xml/schemas/2005/03/11/" schemaLocation="http://rep.oio.dk/bbr.dk/xml/schemas/2005/03/11/BBR_MunicipalRealPropertyIdentifier.xsd"/>
...
</schema>
top

Global Declarations

Element: RealPropertyStructure

Name RealPropertyStructure
Type bbr:RealPropertyStructureType
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<bbr:RealPropertyStructure>
<cpr:MunicipalityCode> ... </cpr:MunicipalityCode> [1]
<bbr2:MunicipalRealPropertyIdentifier> ... </bbr2:MunicipalRealPropertyIdentifier> [1]
</bbr:RealPropertyStructure>
Diagram
Schema Component Representation
<element name="RealPropertyStructure" type=" bbr:RealPropertyStructureType "/>
top

Global Definitions

Complex Type: RealPropertyStructureType

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