XML Schema Documentation

Table of Contents

top

Schema Document Properties

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

Global Declarations

Element: DistrictName

Name DistrictName
Type dkcc:DistrictNameType
Nillable no
Abstract no
Documentation Declares the name of a postal district in plain text. The field contains 20 positions, which enables it to fit a window envelope together with the postal code and one free position in addition. The postal district is defined by municipalitycode, roadcode, postalcode, housenumber from/to together with a code, which declares whether the roadsection in question contains even or uneven housenumbers.
Logical Diagram
XML Instance Representation
<dkcc:DistrictName> dkcc:DistrictNameType </dkcc:DistrictName>
Diagram
Schema Component Representation
<element name="DistrictName" type=" dkcc:DistrictNameType "/>
top

Global Definitions

Simple Type: DistrictNameType

Super-types: string < DistrictNameType (by restriction)
Sub-types: None
Name DistrictNameType
Content
  • Base XSD Type: string
  • length >= 1
Diagram
Schema Component Representation
<simpleType name="DistrictNameType">
<restriction base=" string ">
<minLength value="1"/>
<maxLength value="20"/>
</restriction>
</simpleType>
top