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

Name FloorIdentifier
Type dkcc:FloorIdentifierType
Nillable no
Abstract no
Documentation Identification which describes the floor or level on which a specific entrance door, appartment or suite is placed, in the staircase refered to.
Logical Diagram
XML Instance Representation
<dkcc:FloorIdentifier> dkcc:FloorIdentifierType </dkcc:FloorIdentifier>
Diagram
Schema Component Representation
<element name="FloorIdentifier" type=" dkcc:FloorIdentifierType "/>
top

Global Definitions

Simple Type: FloorIdentifierType

Super-types: string < FloorIdentifierType (by restriction)
Sub-types: None
Name FloorIdentifierType
Content
  • Base XSD Type: string
  • pattern = [1-9]|[1-9][0-9]|KL|ST|kl|st|k[2-9]|K[2-9]
Diagram
Schema Component Representation
<simpleType name="FloorIdentifierType">
<restriction base=" string ">
<pattern value="[1-9]|[1-9][0-9]|KL|ST|kl|st|k[2-9]|K[2-9]"/>
</restriction>
</simpleType>
top