XML Schema Documentation

Table of Contents

top

Schema Document Properties

Target Namespace http://rep.oio.dk/kms.dk/miniMAKS/KMS/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
KMS http://rep.oio.dk/kms.dk/miniMAKS/KMS/xml/schemas/yyyy/mm/dd/
Schema Component Representation
<schema xml:lang="DA" targetNamespace="http://rep.oio.dk/kms.dk/miniMAKS/KMS/xml/schemas/yyyy/mm/dd/" elementFormDefault="qualified" attributeFormDefault="unqualified">
<include schemaLocation="http://schemas.kms.dk/mat/2008/05/05/SP-XML_v1.7/KMS_ESRnr.xsd"/>
<include schemaLocation="http://schemas.kms.dk/mat/2008/05/05/SP-XML_v1.7/KMS_SFEnr.xsd"/>
...
</schema>
top

Global Declarations

Element: SFEBetegnelse

Name SFEBetegnelse
Type KMS:RegMedd_SFEBetegnelseType
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<KMS:SFEBetegnelse>
<KMS:Id> long </KMS:Id> [1]
<KMS:ESRnr> ... </KMS:ESRnr> [0..1]
<KMS:SFEnr> ... </KMS:SFEnr> [1]
<KMS:LoebeNr> long </KMS:LoebeNr> [0..1]
<KMS:SfeNavn> string </KMS:SfeNavn> [0..1]
</KMS:SFEBetegnelse>
Diagram
Schema Component Representation
<element name="SFEBetegnelse" type=" KMS:RegMedd_SFEBetegnelseType "/>
top

Global Definitions

Complex Type: RegMedd_SFEBetegnelseType

Super-types: None
Sub-types: None
Name RegMedd_SFEBetegnelseType
Abstract no
XML Instance Representation
<...>
<KMS:Id> long </KMS:Id> [1]
<KMS:ESRnr> ... </KMS:ESRnr> [0..1]
<KMS:SFEnr> ... </KMS:SFEnr> [1]
<KMS:LoebeNr> long </KMS:LoebeNr> [0..1]
<KMS:SfeNavn> string </KMS:SfeNavn> [0..1]
</...>
Diagram
Schema Component Representation
<complexType name="RegMedd_SFEBetegnelseType">
<sequence>
<element name="Id" type=" long "/>
<element ref=" KMS:ESRnr " minOccurs="0"/>
<element ref=" KMS:SFEnr "/>
<element name="LoebeNr" type=" long " minOccurs="0"/>
<element name="SfeNavn" type=" string " minOccurs="0"/>
</sequence>
</complexType>
top