XML Schema Documentation

Table of Contents

top

Schema Document Properties

Target Namespace http://rep.oio.dk/cpr.dk/xml/schemas/core/2006/01/10/
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.
Schema Composition

Declared Namespaces

Prefix Namespace
Default namespace http://www.w3.org/2001/XMLSchema
xml http://www.w3.org/XML/1998/namespace
cpr2006 http://rep.oio.dk/cpr.dk/xml/schemas/core/2006/01/10/
cpr http://rep.oio.dk/cpr.dk/xml/schemas/core/2005/05/19/
dkcc http://rep.oio.dk/ebxml/xml/schemas/dkcc/2005/05/19/
Schema Component Representation
<schema targetNamespace="http://rep.oio.dk/cpr.dk/xml/schemas/core/2006/01/10/" elementFormDefault="qualified">
<import namespace="http://rep.oio.dk/cpr.dk/xml/schemas/core/2005/05/19/" schemaLocation="http://rep.oio.dk/cpr.dk/xml/schemas/core/2005/05/19/CPR_AddresseeName.xsd"/>
<import namespace="http://rep.oio.dk/ebxml/xml/schemas/dkcc/2005/05/19/" schemaLocation="http://rep.oio.dk/ebxml/xml/schemas/dkcc/2005/05/19/DKCC_PostalAddressFirstLineText.xsd"/>
<import namespace="http://rep.oio.dk/ebxml/xml/schemas/dkcc/2005/05/19/" schemaLocation="http://rep.oio.dk/ebxml/xml/schemas/dkcc/2005/05/19/DKCC_PostalAddressSecondLineText.xsd"/>
<import namespace="http://rep.oio.dk/ebxml/xml/schemas/dkcc/2005/05/19/" schemaLocation="http://rep.oio.dk/ebxml/xml/schemas/dkcc/2005/05/19/DKCC_PostalAddressThirdLineText.xsd"/>
<import namespace="http://rep.oio.dk/ebxml/xml/schemas/dkcc/2005/05/19/" schemaLocation="http://rep.oio.dk/ebxml/xml/schemas/dkcc/2005/05/19/DKCC_PostalAddressFourthLineText.xsd"/>
<import namespace="http://rep.oio.dk/ebxml/xml/schemas/dkcc/2005/05/19/" schemaLocation="http://rep.oio.dk/ebxml/xml/schemas/dkcc/2005/05/19/DKCC_PostalAddressFifthLineText.xsd"/>
<import namespace="http://rep.oio.dk/ebxml/xml/schemas/dkcc/2005/05/19/" schemaLocation="http://rep.oio.dk/ebxml/xml/schemas/dkcc/2005/05/19/DKCC_PostalAddressSixthLineText.xsd"/>
...
</schema>
top

Global Declarations

Element: CompletePostalLabel

Name CompletePostalLabel
Type cpr2006:CompletePostalLabelType
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<cpr2006:CompletePostalLabel>
<cpr:AddresseeName> ... </cpr:AddresseeName> [1]
<dkcc:PostalAddressFirstLineText> ... </dkcc:PostalAddressFirstLineText> [0..1]
<dkcc:PostalAddressSecondLineText> ... </dkcc:PostalAddressSecondLineText> [0..1]
<dkcc:PostalAddressThirdLineText> ... </dkcc:PostalAddressThirdLineText> [1]
<dkcc:PostalAddressFourthLineText> ... </dkcc:PostalAddressFourthLineText> [0..1]
<dkcc:PostalAddressFifthLineText> ... </dkcc:PostalAddressFifthLineText> [1]
<dkcc:PostalAddressSixthLineText> ... </dkcc:PostalAddressSixthLineText> [0..1]
</cpr2006:CompletePostalLabel>
Diagram
Schema Component Representation
<element name="CompletePostalLabel" type=" cpr2006:CompletePostalLabelType "/>
top

Global Definitions

Complex Type: CompletePostalLabelType

Super-types: None
Sub-types: None
Name CompletePostalLabelType
Abstract no
XML Instance Representation
<...>
<cpr:AddresseeName> ... </cpr:AddresseeName> [1]
<dkcc:PostalAddressFirstLineText> ... </dkcc:PostalAddressFirstLineText> [0..1]
<dkcc:PostalAddressSecondLineText> ... </dkcc:PostalAddressSecondLineText> [0..1]
<dkcc:PostalAddressThirdLineText> ... </dkcc:PostalAddressThirdLineText> [1]
<dkcc:PostalAddressFourthLineText> ... </dkcc:PostalAddressFourthLineText> [0..1]
<dkcc:PostalAddressFifthLineText> ... </dkcc:PostalAddressFifthLineText> [1]
<dkcc:PostalAddressSixthLineText> ... </dkcc:PostalAddressSixthLineText> [0..1]
</...>
Diagram
Schema Component Representation
<complexType name="CompletePostalLabelType">
<sequence>
<element ref=" cpr:AddresseeName "/>
<element ref=" dkcc:PostalAddressFirstLineText " minOccurs="0"/>
<element ref=" dkcc:PostalAddressSecondLineText " minOccurs="0"/>
<element ref=" dkcc:PostalAddressThirdLineText "/>
<element ref=" dkcc:PostalAddressFourthLineText " minOccurs="0"/>
<element ref=" dkcc:PostalAddressFifthLineText "/>
<element ref=" dkcc:PostalAddressSixthLineText " minOccurs="0"/>
</sequence>
</complexType>
top