XML Schema Documentation

Table of Contents

top

Schema Document Properties

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

Global Declarations

Element: StreetNameForAddressingName

Name StreetNameForAddressingName
Type cpr:StreetNameForAddressingNameType
Nillable no
Abstract no
Documentation An abbreviation of streetname. The street name for adressing is reported in case the street name is above 20 positions. For names up to 20 positions the street name for addressing is the same as the street name. The street name for adressing is among other things used on items of mail.
Logical Diagram
XML Instance Representation
<cpr:StreetNameForAddressingName> cpr:StreetNameForAddressingNameType </cpr:StreetNameForAddressingName>
Diagram
Schema Component Representation
<element name="StreetNameForAddressingName" type=" cpr:StreetNameForAddressingNameType "/>
top

Global Definitions

Simple Type: StreetNameForAddressingNameType

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