XML Schema Documentation

Table of Contents

top

Schema Document Properties

Target Namespace http://rep.oio.dk/kms.dk/miniMAKS/FSPEC/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
  • This schema imports schema(s) from the following namespace(s):
    • http://rep.oio.dk/kms.dk/miniMAKS/KMS/xml/schemas/yyyy/mm/dd/ (at KMS_ESRnr.xsd)

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

Global Declarations

Element: VurdEjdOpdatStruktur

Name VurdEjdOpdatStruktur
Type FSPEC:VurdEjdOpdatStrukturType
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<FSPEC:VurdEjdOpdatStruktur
FSPEC:Forandringskommando=" FSPEC:VurdEjdOpdatForandringskommandoType [1]">
<KMS:ESRnr> ... </KMS:ESRnr> [0..1]
</FSPEC:VurdEjdOpdatStruktur>
Diagram
Schema Component Representation
<element name="VurdEjdOpdatStruktur" type=" FSPEC:VurdEjdOpdatStrukturType "/>
top

Global Definitions

Complex Type: VurdEjdOpdatStrukturType

Super-types: None
Sub-types: None
Name VurdEjdOpdatStrukturType
Abstract no
XML Instance Representation
<...
FSPEC:Forandringskommando=" FSPEC:VurdEjdOpdatForandringskommandoType [1]">
<KMS:ESRnr> ... </KMS:ESRnr> [0..1]
</...>
Diagram
Schema Component Representation
<complexType name="VurdEjdOpdatStrukturType">
<sequence>
<element ref=" KMS:ESRnr " minOccurs="0"/>
</sequence>
<attribute name="Forandringskommando" type=" FSPEC:VurdEjdOpdatForandringskommandoType " use="required"/>
</complexType>
top

Simple Type: VurdEjdOpdatForandringskommandoType

Super-types: string < VurdEjdOpdatForandringskommandoType (by restriction)
Sub-types: None
Name VurdEjdOpdatForandringskommandoType
Content
  • Base XSD Type: string
  • value comes from list: {'slet'|'ret'|'indsaet'}
Diagram
Schema Component Representation
<simpleType name="VurdEjdOpdatForandringskommandoType">
<restriction base=" string ">
<enumeration value="slet"/>
<enumeration value="ret"/>
<enumeration value="indsaet"/>
</restriction>
</simpleType>
top