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: HouseNumberNumericIdentifier

Name HouseNumberNumericIdentifier
Type bbr:HouseNumberNumericIdentifierType
Nillable no
Abstract no
Documentation The numeric part of a street building identifier specification (da: house number ~ 'husnummer'), cf. Circular about adresses.
Logical Diagram
XML Instance Representation
<bbr:HouseNumberNumericIdentifier> bbr:HouseNumberNumericIdentifierType </bbr:HouseNumberNumericIdentifier>
Diagram
Schema Component Representation
<element name="HouseNumberNumericIdentifier" type=" bbr:HouseNumberNumericIdentifierType "/>
top

Global Definitions

Simple Type: HouseNumberNumericIdentifierType

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