XML Schema Documentation

Table of Contents

top

Schema Document Properties

Target Namespace http://rep.oio.dk/kms.dk/miniMAKS/BASIS/xml/schemas/yyyy/mm/dd/
Language DA
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
BASIS http://rep.oio.dk/kms.dk/miniMAKS/BASIS/xml/schemas/yyyy/mm/dd/
Schema Component Representation
<schema xml:lang="DA" targetNamespace="http://rep.oio.dk/kms.dk/miniMAKS/BASIS/xml/schemas/yyyy/mm/dd/" elementFormDefault="qualified" attributeFormDefault="qualified">
<include schemaLocation="BASIS_Regionskode.xsd"/>
<include schemaLocation="BASIS_Amtskode.xsd"/>
<include schemaLocation="BASIS_Retskredskode.xsd"/>
<include schemaLocation="BASIS_Kommunekode.xsd"/>
<include schemaLocation="BASIS_Sognekode.xsd"/>
<include schemaLocation="BASIS_Ejerlavskode.xsd"/>
...
</schema>
top

Global Declarations

Element: AdmInddelingStruktur

Name AdmInddelingStruktur
Type BASIS:AdmInddelingStrukturType
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<BASIS:AdmInddelingStruktur>
<BASIS:Regionskode> ... </BASIS:Regionskode> [0..1]
<BASIS:Amtskode> ... </BASIS:Amtskode> [0..1]
<BASIS:Retskredskode> ... </BASIS:Retskredskode> [1]
<BASIS:Kommunekode> ... </BASIS:Kommunekode> [1]
<BASIS:Sognekode> ... </BASIS:Sognekode> [1]
<BASIS:Ejerlavskode> ... </BASIS:Ejerlavskode> [1]
</BASIS:AdmInddelingStruktur>
Diagram
Schema Component Representation
<element name="AdmInddelingStruktur" type=" BASIS:AdmInddelingStrukturType "/>
top

Global Definitions

Complex Type: AdmInddelingStrukturType

Super-types: None
Sub-types: None
Name AdmInddelingStrukturType
Abstract no
XML Instance Representation
<...>
<BASIS:Regionskode> ... </BASIS:Regionskode> [0..1]
<BASIS:Amtskode> ... </BASIS:Amtskode> [0..1]
<BASIS:Retskredskode> ... </BASIS:Retskredskode> [1]
<BASIS:Kommunekode> ... </BASIS:Kommunekode> [1]
<BASIS:Sognekode> ... </BASIS:Sognekode> [1]
<BASIS:Ejerlavskode> ... </BASIS:Ejerlavskode> [1]
</...>
Diagram
Schema Component Representation
<complexType name="AdmInddelingStrukturType">
<sequence>
<element ref=" BASIS:Regionskode " minOccurs="0"/>
<element ref=" BASIS:Amtskode " minOccurs="0"/>
<element ref=" BASIS:Retskredskode "/>
<element ref=" BASIS:Kommunekode "/>
<element ref=" BASIS:Sognekode "/>
<element ref=" BASIS:Ejerlavskode "/>
</sequence>
</complexType>
top