XML Schema Documentation

Table of Contents

top

Schema Document Properties

Target Namespace http://rep.oio.dk/ebxml/xml/schemas/dkcc/2003/02/13/
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
dkcc http://rep.oio.dk/ebxml/xml/schemas/dkcc/2003/02/13/
Schema Component Representation
<schema targetNamespace="http://rep.oio.dk/ebxml/xml/schemas/dkcc/2003/02/13/" elementFormDefault="qualified">
...
</schema>
top

Global Declarations

Element: StreetBuildingIdentifier

Name StreetBuildingIdentifier
Type dkcc:StreetBuildingIdentifierType
Nillable no
Abstract no
Documentation Numeric identification (da: house number ~ 'husnummer') including an optional letter, which identifies a certain access to a building, a plot/piece of land or a plant etc. based on the named road or street which gives access hereto. The identifier is determined in increasing numerical and letter order along the road, normally with even numbers on the right side and odd numbers on the left side of the road.
Logical Diagram
XML Instance Representation
<dkcc:StreetBuildingIdentifier> dkcc:StreetBuildingIdentifierType </dkcc:StreetBuildingIdentifier>
Diagram
Schema Component Representation
<element name="StreetBuildingIdentifier" type=" dkcc:StreetBuildingIdentifierType "/>
top

Global Definitions

Simple Type: StreetBuildingIdentifierType

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