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

Name MailDeliverySublocationIdentifier
Type dkcc:MailDeliverySublocationIdentifierType
Nillable no
Abstract no
Documentation The given name of a farm, estate, building or dwelling, which is used as a additional postal address identifier.
Logical Diagram
XML Instance Representation
<dkcc:MailDeliverySublocationIdentifier> dkcc:MailDeliverySublocationIdentifierType </dkcc:MailDeliverySublocationIdentifier>
Diagram
Schema Component Representation
<element name="MailDeliverySublocationIdentifier" type=" dkcc:MailDeliverySublocationIdentifierType "/>
top

Global Definitions

Simple Type: MailDeliverySublocationIdentifierType

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