XML Schema Documentation

Table of Contents

top

Schema Document Properties

Target Namespace http://rep.oio.dk/ebxml/xml/schemas/dkcc/2005/03/15/
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">
...
</schema>
top

Global Declarations

Element: DistrictSubdivisionIdentifier

Name DistrictSubdivisionIdentifier
Type dkcc:DistrictSubdivisionIdentifierType
Nillable no
Abstract no
Documentation Name of a village, city or subdivision of a city or district, which is determined as a part of the official address specification for a certain street or specific parts of a street, defined by intervals of street building identifiers (da: house numbers).
Logical Diagram
XML Instance Representation
<dkcc:DistrictSubdivisionIdentifier> dkcc:DistrictSubdivisionIdentifierType </dkcc:DistrictSubdivisionIdentifier>
Diagram
Schema Component Representation
<element name="DistrictSubdivisionIdentifier" type=" dkcc:DistrictSubdivisionIdentifierType "/>
top

Global Definitions

Simple Type: DistrictSubdivisionIdentifierType

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