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

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_JordstykkeIdentifikator.xsd"/>
<import namespace="http://rep.oio.dk/kms.dk/miniMAKS/KMS/xml/schemas/yyyy/mm/dd/" schemaLocation="KMS_LoebenrJordstykke.xsd"/>
...
</schema>
top

Global Declarations

Element: FaelleslodAndeleOpdatStruktur

Name FaelleslodAndeleOpdatStruktur
Type FSPEC:FaelleslodAndeleOpdatStrukturType
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<FSPEC:FaelleslodAndeleOpdatStruktur
FSPEC:Forandringskommando=" FSPEC:FaelleslodAndeleOpdatForandringskommandoType [1]">
<KMS:JordstykkeIdentifikator> ... </KMS:JordstykkeIdentifikator> [0..1]
<KMS:LoebenrJordstykke> ... </KMS:LoebenrJordstykke> [0..1]
</FSPEC:FaelleslodAndeleOpdatStruktur>
Diagram
Schema Component Representation
<element name="FaelleslodAndeleOpdatStruktur" type=" FSPEC:FaelleslodAndeleOpdatStrukturType "/>
top

Global Definitions

Complex Type: FaelleslodAndeleOpdatStrukturType

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

Simple Type: FaelleslodAndeleOpdatForandringskommandoType

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