XML Schema Documentation

Table of Contents

top

Schema Document Properties

Target Namespace http://rep.oio.dk/cpr.dk/xml/schemas/core/2006/05/23/
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 belong to this schema's target 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/2006/05/23/
Schema Component Representation
<schema targetNamespace="http://rep.oio.dk/cpr.dk/xml/schemas/core/2006/05/23/" elementFormDefault="qualified" attributeFormDefault="qualified" version="1.1">
<include schemaLocation="http://rep.oio.dk/cpr.dk/xml/schemas/core/2006/05/23/CPR_AuthorityName.xsd"/>
...
</schema>
top

Global Declarations

Element: MunicipalityName

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

Global Definitions

Simple Type: MunicipalityNameType

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