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

Name StreetName
Type dkcc:StreetNameType
Nillable no
Abstract no
Documentation The approved name of a road, a street, a square, a path and the like. Further more street names can be connected to other particularly limited areas like garden associations or summer residence areas without road network, large commercial or institutional areas with a large number of buildings, smaller islands without road network, larger sporting facilities and the like.
Logical Diagram
XML Instance Representation
<dkcc:StreetName> dkcc:StreetNameType </dkcc:StreetName>
Diagram
Schema Component Representation
<element name="StreetName" type=" dkcc:StreetNameType "/>
top

Global Definitions

Simple Type: StreetNameType

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