XML Schema Documentation

Table of Contents

top

Schema Document Properties

Target Namespace http://rep.oio.dk/tinglysning.dk/schema/anmeldelse/1/
Version 54.0.4.1
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
anm http://rep.oio.dk/tinglysning.dk/schema/anmeldelse/1/
adm http://rep.oio.dk/tinglysning.dk/schema/administration/1/
eakt http://rep.oio.dk/tinglysning.dk/schema/elektroniskakt/1/
model http://rep.oio.dk/tinglysning.dk/schema/model/1/
Schema Component Representation
<schema xml:lang="DA" targetNamespace="http://rep.oio.dk/tinglysning.dk/schema/anmeldelse/1/" elementFormDefault="qualified" version="54.0.4.1">
<import namespace="http://rep.oio.dk/tinglysning.dk/schema/model/1/" schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/AnmeldelseIdentifikator.xsd"/>
<import namespace="http://rep.oio.dk/tinglysning.dk/schema/model/1/" schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/AktoerReference.xsd"/>
<import namespace="http://rep.oio.dk/tinglysning.dk/schema/model/1/" schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/SagsReference.xsd"/>
...
</schema>
top

Global Declarations

Element: AnmaerkningStatusNotifikation

Name AnmaerkningStatusNotifikation
Type anm:AnmaerkningStatusNotifikationType
Nillable no
Abstract no
Documentation Notifikation om tvangsabonnement, som kan hentes af aktøren
Logical Diagram
XML Instance Representation
<anm:AnmaerkningStatusNotifikation>
<model:AnmeldelseIdentifikator> ... </model:AnmeldelseIdentifikator> [1]
<model:AktoerReference> ... </model:AktoerReference> [0..1]
<model:SagsReference> ... </model:SagsReference> [0..1]
</anm:AnmaerkningStatusNotifikation>
Diagram
Schema Component Representation
<element name="AnmaerkningStatusNotifikation" type=" anm:AnmaerkningStatusNotifikationType "/>
top

Global Definitions

Complex Type: AnmaerkningStatusNotifikationType

Super-types: None
Sub-types: None
Name AnmaerkningStatusNotifikationType
Abstract no
XML Instance Representation
<...>
<model:AnmeldelseIdentifikator> ... </model:AnmeldelseIdentifikator> [1]
<model:AktoerReference> ... </model:AktoerReference> [0..1]
<model:SagsReference> ... </model:SagsReference> [0..1]
</...>
Diagram
Schema Component Representation
<complexType name="AnmaerkningStatusNotifikationType">
<sequence>
<element ref=" model:AnmeldelseIdentifikator "/>
<element ref=" model:AktoerReference " minOccurs="0"/>
<element ref=" model:SagsReference " minOccurs="0"/>
</sequence>
</complexType>
top