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 have no namespace.
Schema Composition

Declared Namespaces

Prefix Namespace
Default namespace http://www.w3.org/2001/XMLSchema
xml http://www.w3.org/XML/1998/namespace
BASIS http://rep.oio.dk/kms.dk/miniMAKS/BASIS/xml/schemas/yyyy/mm/dd/
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="unqualified">
<import namespace="http://rep.oio.dk/kms.dk/miniMAKS/KMS/xml/schemas/yyyy/mm/dd/" schemaLocation="RegMedd_KMS_SFEBetegnelse.xsd"/>
<import namespace="http://rep.oio.dk/kms.dk/miniMAKS/KMS/xml/schemas/yyyy/mm/dd/" schemaLocation="http://schemas.kms.dk/mat/2008/05/05/SP-XML_v1.7/KMS_LoebenrSFEjd.xsd"/>
<include schemaLocation="http://schemas.kms.dk/mat/2008/05/05/SP-XML_v1.7/FSPEC_VurdEjdOpdatStruktur.xsd"/>
<include schemaLocation="http://schemas.kms.dk/mat/2008/05/05/SP-XML_v1.7/FSPEC_FaelleslodAndeleOpdatSamling.xsd"/>
<include schemaLocation="http://schemas.kms.dk/mat/2008/05/05/SP-XML_v1.7/FSPEC_TemaRegSFEOpdatSamling.xsd"/>
...
</schema>
top

Global Declarations

Element: RegMedd_SFEOpdatStruktur

Name RegMedd_SFEOpdatStruktur
Type FSPEC:RegMedd_SFEOpdatStrukturType
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<FSPEC:RegMedd_SFEOpdatStruktur
Forandringskommando=" FSPEC:SFEOpdatOperationskodeType [1]">
<KMS:SFEBetegnelse> ... </KMS:SFEBetegnelse> [0..1]
<KMS:LoebenrSFEjd> ... </KMS:LoebenrSFEjd> [0..1]
<FSPEC:VurdEjdOpdatStruktur> ... </FSPEC:VurdEjdOpdatStruktur> [0..1]
<FSPEC:FaelleslodAndeleOpdatSamling> ... </FSPEC:FaelleslodAndeleOpdatSamling> [0..1]
<FSPEC:TemaRegSFEOpdatSamling> ... </FSPEC:TemaRegSFEOpdatSamling> [0..1]
</FSPEC:RegMedd_SFEOpdatStruktur>
Diagram
Schema Component Representation
<element name="RegMedd_SFEOpdatStruktur" type=" FSPEC:RegMedd_SFEOpdatStrukturType "/>
top

Global Definitions

Complex Type: RegMedd_SFEOpdatStrukturType

Super-types: None
Sub-types: None
Name RegMedd_SFEOpdatStrukturType
Abstract no
XML Instance Representation
<...
Forandringskommando=" FSPEC:SFEOpdatOperationskodeType [1]">
<KMS:SFEBetegnelse> ... </KMS:SFEBetegnelse> [0..1]
<KMS:LoebenrSFEjd> ... </KMS:LoebenrSFEjd> [0..1]
<FSPEC:VurdEjdOpdatStruktur> ... </FSPEC:VurdEjdOpdatStruktur> [0..1]
<FSPEC:FaelleslodAndeleOpdatSamling> ... </FSPEC:FaelleslodAndeleOpdatSamling> [0..1]
<FSPEC:TemaRegSFEOpdatSamling> ... </FSPEC:TemaRegSFEOpdatSamling> [0..1]
</...>
Diagram
Schema Component Representation
<complexType name="RegMedd_SFEOpdatStrukturType">
<sequence>
<element ref=" KMS:SFEBetegnelse " minOccurs="0"/>
<element ref=" KMS:LoebenrSFEjd " minOccurs="0"/>
<element ref=" FSPEC:VurdEjdOpdatStruktur " minOccurs="0"/>
<element ref=" FSPEC:FaelleslodAndeleOpdatSamling " minOccurs="0"/>
<element ref=" FSPEC:TemaRegSFEOpdatSamling " minOccurs="0"/>
</sequence>
<attribute name="Forandringskommando" type=" FSPEC:SFEOpdatOperationskodeType " use="required"/>
</complexType>
top

Simple Type: SFEOpdatOperationskodeType

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