XML Schema Documentation

Table of Contents

top

Schema Document Properties

Target Namespace http://rep.oio.dk/tinglysning.dk/schema/model/1/
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
model http://rep.oio.dk/tinglysning.dk/schema/model/1/
Schema Component Representation
<schema targetNamespace="http://rep.oio.dk/tinglysning.dk/schema/model/1/" elementFormDefault="qualified">
...
</schema>
top

Global Declarations

Element: SideDoerTekst

Name SideDoerTekst
Type model:SideDoerTekstType
Nillable no
Abstract no
Documentation Identification which describes the location of a specific entrance door on a floor or level (repos) in the staircase referred to.
Logical Diagram
XML Instance Representation
<model:SideDoerTekst> model:SideDoerTekstType </model:SideDoerTekst>
Diagram
Schema Component Representation
<element name="SideDoerTekst" type=" model:SideDoerTekstType "/>
top

Global Definitions

Simple Type: SideDoerTekstType

Super-types: string < SideDoerTekstType (by restriction)
Sub-types: None
Name SideDoerTekstType
Content
  • Base XSD Type: string
  • pattern = (TH|TV|MF|([1-9][0-9]{0,2})?[A-Z]?)
Diagram
Schema Component Representation
<simpleType name="SideDoerTekstType">
<restriction base=" string ">
<pattern value="(TH|TV|MF|([1-9][0-9]{0,2})?[A-Z]?)"/>
</restriction>
</simpleType>
top