XML Schema Documentation

Table of Contents

top

Schema Document Properties

Target Namespace http://rep.oio.dk/kms.dk/xml/schemas/2005/03/11/
Version 1.2
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
kms http://rep.oio.dk/kms.dk/xml/schemas/2005/03/11/
Schema Component Representation
<schema targetNamespace="http://rep.oio.dk/kms.dk/xml/schemas/2005/03/11/" elementFormDefault="qualified" version="1.2">
...
</schema>
top

Global Declarations

Element: GridElementIdentifier

Name GridElementIdentifier
Type string
Nillable no
Abstract no
Documentation Grid-element denoting the cell size and the coordinates of the lower left (SW) corner of a quadratic area based on the map projection: UTM zone 32 datum EUREF89 used for positioning of generalised hierarchic areas. Geodata used in connection with the grid must be converted to EUREF89 before this connection.
Logical Diagram
XML Instance Representation
<kms:GridElementIdentifier> string </kms:GridElementIdentifier>
Diagram
Schema Component Representation
<element name="GridElementIdentifier" type=" string "/>
top