XML Schema Documentation

Table of Contents

top

Schema Document Properties

Target Namespace http://rep.oio.dk/tinglysning.dk/schema/anmeldelse/1/
Version @BUILD_VERSION@
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.

Declared Namespaces

Prefix Namespace
Default namespace http://www.w3.org/2001/XMLSchema
xml http://www.w3.org/XML/1998/namespace
anm http://rep.oio.dk/tinglysning.dk/schema/anmeldelse/1/
Schema Component Representation
<schema xml:lang="DA" elementFormDefault="qualified" targetNamespace="http://rep.oio.dk/tinglysning.dk/schema/anmeldelse/1/" version="@BUILD_VERSION@">
...
</schema>
top

Global Declarations

Element: AnmeldelseStatusKode

Name AnmeldelseStatusKode
Type anm:AnmeldelseStatusKodeType
Nillable no
Abstract no
Documentation Statuskode for en anmeldelse - anvendes på forespørgsel og som kode i automatisk notifikation
Logical Diagram
XML Instance Representation
<anm:AnmeldelseStatusKode> anm:AnmeldelseStatusKodeType </anm:AnmeldelseStatusKode>
Diagram
Schema Component Representation
<element name="AnmeldelseStatusKode" type=" anm:AnmeldelseStatusKodeType "/>
top

Global Definitions

Simple Type: AnmeldelseStatusKodeType

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