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/
BASIS http://rep.oio.dk/kms.dk/miniMAKS/BASIS/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">
<import namespace="http://rep.oio.dk/kms.dk/miniMAKS/BASIS/xml/schemas/yyyy/mm/dd/" schemaLocation="http://schemas.kms.dk/mat/2008/05/05/SP-XML_v1.7/BASIS_AdmInddelingStruktur.xsd"/>
...
</schema>
top

Global Declarations

Element: JordstykkeBetegnelse

Name JordstykkeBetegnelse
Type KMS:RegMedd_JordstykkeBetegnelseType
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<KMS:JordstykkeBetegnelse>
<KMS:Matrikelbetegnelse> string </KMS:Matrikelbetegnelse> [0..1]
<KMS:JordstykkeId> long </KMS:JordstykkeId> [1]
<KMS:MatrikelNrLitra> string </KMS:MatrikelNrLitra> [0..1]
<KMS:Id> long </KMS:Id> [0..1]
<KMS:Ejerlavsnavn> string </KMS:Ejerlavsnavn> [0..1]
<KMS:Kommune> string </KMS:Kommune> [0..1]
<KMS:Retskreds> string </KMS:Retskreds> [0..1]
<KMS:Amt> string </KMS:Amt> [0..1]
<KMS:Sogn> string </KMS:Sogn> [0..1]
<KMS:Region> string </KMS:Region> [0..1]
<BASIS:AdmInddelingStruktur> ... </BASIS:AdmInddelingStruktur> [1]
</KMS:JordstykkeBetegnelse>
Diagram
Schema Component Representation
<element name="JordstykkeBetegnelse" type=" KMS:RegMedd_JordstykkeBetegnelseType "/>
top

Global Definitions

Complex Type: RegMedd_JordstykkeBetegnelseType

Super-types: None
Sub-types: None
Name RegMedd_JordstykkeBetegnelseType
Abstract no
XML Instance Representation
<...>
<KMS:Matrikelbetegnelse> string </KMS:Matrikelbetegnelse> [0..1]
<KMS:JordstykkeId> long </KMS:JordstykkeId> [1]
<KMS:MatrikelNrLitra> string </KMS:MatrikelNrLitra> [0..1]
<KMS:Id> long </KMS:Id> [0..1]
<KMS:Ejerlavsnavn> string </KMS:Ejerlavsnavn> [0..1]
<KMS:Kommune> string </KMS:Kommune> [0..1]
<KMS:Retskreds> string </KMS:Retskreds> [0..1]
<KMS:Amt> string </KMS:Amt> [0..1]
<KMS:Sogn> string </KMS:Sogn> [0..1]
<KMS:Region> string </KMS:Region> [0..1]
<BASIS:AdmInddelingStruktur> ... </BASIS:AdmInddelingStruktur> [1]
</...>
Diagram
Schema Component Representation
<complexType name="RegMedd_JordstykkeBetegnelseType">
<sequence>
<element name="Matrikelbetegnelse" type=" string " minOccurs="0"/>
<element name="JordstykkeId" type=" long "/>
<element name="MatrikelNrLitra" type=" string " minOccurs="0"/>
<element name="Id" type=" long " minOccurs="0"/>
<element name="Ejerlavsnavn" type=" string " minOccurs="0"/>
<element name="Kommune" type=" string " minOccurs="0"/>
<element name="Retskreds" type=" string " minOccurs="0"/>
<element name="Amt" type=" string " minOccurs="0"/>
<element name="Sogn" type=" string " minOccurs="0"/>
<element name="Region" type=" string " minOccurs="0"/>
<element ref=" BASIS:AdmInddelingStruktur "/>
</sequence>
</complexType>
top