XML Schema Documentation

Table of Contents

top

Schema Document Properties

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

Global Declarations

Element: BuildingIdentifier

Name BuildingIdentifier
Type dkcc:BuildingIdentifierType
Nillable no
Abstract no
Documentation Unique number representing a building/buildings which are part of a property. The number consists of three numerics.
Logical Diagram
XML Instance Representation
<dkcc:BuildingIdentifier> dkcc:BuildingIdentifierType </dkcc:BuildingIdentifier>
Diagram
Schema Component Representation
<element name="BuildingIdentifier" type=" dkcc:BuildingIdentifierType "/>
top

Global Definitions

Simple Type: BuildingIdentifierType

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