XML Schema Documentation

Table of Contents

top

Schema Document Properties

Target Namespace http://rep.oio.dk/tinglysning.dk/schema/elektroniskakt/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
cpr http://rep.oio.dk/cpr.dk/xml/schemas/core/2005/03/18/
eakt http://rep.oio.dk/tinglysning.dk/schema/elektroniskakt/1/
Schema Component Representation
<schema xml:lang="DA" targetNamespace="http://rep.oio.dk/tinglysning.dk/schema/elektroniskakt/1/" elementFormDefault="qualified" version="54.0.4.1">
<import namespace="http://rep.oio.dk/cpr.dk/xml/schemas/core/2005/03/18/" schemaLocation="http://rep.oio.dk/cpr.dk/xml/schemas/core/2005/03/18/CPR_PersonCivilRegistrationIdentifier.xsd"/>
...
</schema>
top

Global Declarations

Element: CPRStatusKode

Name CPRStatusKode
Type eakt:CPRStatusKodeType
Nillable no
Abstract no
Documentation CPR statuskode
Logical Diagram
XML Instance Representation
<eakt:CPRStatusKode> eakt:CPRStatusKodeType </eakt:CPRStatusKode>
Diagram
Schema Component Representation
<element name="CPRStatusKode" type=" eakt:CPRStatusKodeType "/>
top

Global Definitions

Simple Type: CPRStatusKodeType

Super-types: integer < CPRStatusKodeType (by restriction)
Sub-types: None
Name CPRStatusKodeType
Content
  • Base XSD Type: integer
  • value comes from list: {'1'|'3'|'5'|'7'|'20'|'30'|'50'|'60'|'70'|'80'|'90'}
Diagram
Schema Component Representation
<simpleType name="CPRStatusKodeType">
<restriction base=" integer ">
<enumeration value="1"/>
<enumeration value="3"/>
<enumeration value="5"/>
<enumeration value="7"/>
<enumeration value="20"/>
<enumeration value="30"/>
<enumeration value="50"/>
<enumeration value="60"/>
<enumeration value="70"/>
<enumeration value="80"/>
<enumeration value="90"/>
</restriction>
</simpleType>
top