XML Schema Documentation

Table of Contents

top

Schema Document Properties

Target Namespace http://rep.oio.dk/kms.dk/miniMAKS/KMS/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 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/miniMAKS/KMS/xml/schemas/yyyy/mm/dd/
Schema Component Representation
<schema xml:lang="DA" targetNamespace="http://rep.oio.dk/kms.dk/miniMAKS/KMS/xml/schemas/yyyy/mm/dd/" elementFormDefault="qualified" attributeFormDefault="unqualified">
...
</schema>
top

Global Declarations

Element: ESRnr

Name ESRnr
Type KMS:ESRnrType
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<KMS:ESRnr> KMS:ESRnrType </KMS:ESRnr>
Diagram
Schema Component Representation
<element name="ESRnr" type=" KMS:ESRnrType "/>
top

Global Definitions

Simple Type: ESRnrType

Super-types: long < ESRnrType (by restriction)
Sub-types: None
Name ESRnrType
Content
  • Base XSD Type: long
Diagram
Schema Component Representation
<simpleType name="ESRnrType">
<restriction base=" long "/>
</simpleType>
top