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.
Schema Composition

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">
<include schemaLocation="http://rep.oio.dk/cpr.dk/xml/schemas/core/2005/03/18/CPR_AuthorityCode.xsd"/>
...
</schema>
top

Global Declarations

Element: MunicipalityCode

Name MunicipalityCode
Type cpr:AuthorityCodeType
Nillable no
Abstract no
Documentation The code of a municipality. The plain text of a municipality is to be found by reference to the authority-data in the civilregistrationsystem. The code will always be unique."
Logical Diagram
XML Instance Representation
<cpr:MunicipalityCode> cpr:AuthorityCodeType </cpr:MunicipalityCode>
Diagram
Schema Component Representation
<element name="MunicipalityCode" type=" cpr:AuthorityCodeType "/>
top