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):

Declared Namespaces

Prefix Namespace
Default namespace http://www.w3.org/2001/XMLSchema
xml http://www.w3.org/XML/1998/namespace
TEMA http://rep.oio.dk/kms.dk/miniMAKS/TEMA/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/TEMA/xml/schemas/yyyy/mm/dd/" schemaLocation="TEMA_SFEregistreringstype.xsd"/>
...
</schema>
top

Global Declarations

Element: TemaRegSFEOpdatStruktur

Name TemaRegSFEOpdatStruktur
Type FSPEC:TemaRegSFEOpdatStrukturType
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<FSPEC:TemaRegSFEOpdatStruktur
FSPEC:Forandringskommando=" FSPEC:TemaRegSFEOpdatOperationskodeType [1]">
<TEMA:SFEregistreringstype> ... </TEMA:SFEregistreringstype> [1]
</FSPEC:TemaRegSFEOpdatStruktur>
Diagram
Schema Component Representation
<element name="TemaRegSFEOpdatStruktur" type=" FSPEC:TemaRegSFEOpdatStrukturType "/>
top

Global Definitions

Complex Type: TemaRegSFEOpdatStrukturType

Super-types: None
Sub-types: None
Name TemaRegSFEOpdatStrukturType
Abstract no
XML Instance Representation
<...
FSPEC:Forandringskommando=" FSPEC:TemaRegSFEOpdatOperationskodeType [1]">
<TEMA:SFEregistreringstype> ... </TEMA:SFEregistreringstype> [1]
</...>
Diagram
Schema Component Representation
<complexType name="TemaRegSFEOpdatStrukturType">
<sequence>
<element ref=" TEMA:SFEregistreringstype "/>
</sequence>
<attribute name="Forandringskommando" type=" FSPEC:TemaRegSFEOpdatOperationskodeType " use="required"/>
</complexType>
top

Simple Type: TemaRegSFEOpdatOperationskodeType

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