XML Schema Documentation

Table of Contents

top

Schema Document Properties

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

Global Declarations

Element: CompletePostalLabelText

Name CompletePostalLabelText
Type cpr:CompletePostalLabelTextType
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<cpr:CompletePostalLabelText> cpr:CompletePostalLabelTextType </cpr:CompletePostalLabelText>
Diagram
Schema Component Representation
<element name="CompletePostalLabelText" type=" cpr:CompletePostalLabelTextType "/>
top

Global Definitions

Simple Type: CompletePostalLabelTextType

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