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
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">
<include schemaLocation="FSPEC_ArealtypeOpdatArealtype.xsd"/>
...
</schema>
top

Global Declarations

Element: ArealtypeOpdatStruktur

Name ArealtypeOpdatStruktur
Type FSPEC:ArealtypeOpdatStrukturType
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<FSPEC:ArealtypeOpdatStruktur
FSPEC:Forandringskommando=" FSPEC:ArealtypeOpdatForandringskommandoType [0..1]">
<FSPEC:ArealtypeOpdatArealtype> ... </FSPEC:ArealtypeOpdatArealtype> [1]
</FSPEC:ArealtypeOpdatStruktur>
Diagram
Schema Component Representation
<element name="ArealtypeOpdatStruktur" type=" FSPEC:ArealtypeOpdatStrukturType "/>
top

Global Definitions

Complex Type: ArealtypeOpdatStrukturType

Super-types: None
Sub-types: None
Name ArealtypeOpdatStrukturType
Abstract no
XML Instance Representation
<...
FSPEC:Forandringskommando=" FSPEC:ArealtypeOpdatForandringskommandoType [0..1]">
<FSPEC:ArealtypeOpdatArealtype> ... </FSPEC:ArealtypeOpdatArealtype> [1]
</...>
Diagram
Schema Component Representation
<complexType name="ArealtypeOpdatStrukturType">
<sequence>
<element ref=" FSPEC:ArealtypeOpdatArealtype "/>
</sequence>
<attribute name="Forandringskommando" type=" FSPEC:ArealtypeOpdatForandringskommandoType "/>
</complexType>
top

Simple Type: ArealtypeOpdatForandringskommandoType

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