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

Name PostCodeIdentifier
Type dkcc:PostCodeIdentifierType
Nillable no
Abstract no
Documentation The postal departments nationwide postal code.
Logical Diagram
XML Instance Representation
<dkcc:PostCodeIdentifier> dkcc:PostCodeIdentifierType </dkcc:PostCodeIdentifier>
Diagram
Schema Component Representation
<element name="PostCodeIdentifier" type=" dkcc:PostCodeIdentifierType "/>
top

Global Definitions

Simple Type: PostCodeIdentifierType

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