XML Schema Documentation

Table of Contents

top

Schema Document Properties

Target Namespace http://rep.oio.dk/tinglysning.dk/schema/model/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.

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 xml:lang="DA" targetNamespace="http://rep.oio.dk/tinglysning.dk/schema/model/1/" elementFormDefault="qualified" version="54.0.4.1">
...
</schema>
top

Global Declarations

Element: Foedselsdato

Name Foedselsdato
Type model:FoedselsdatoType
Nillable no
Abstract no
Documentation Foedselsdato
Logical Diagram
XML Instance Representation
<model:Foedselsdato> model:FoedselsdatoType </model:Foedselsdato>
Diagram
Schema Component Representation
<element name="Foedselsdato" type=" model:FoedselsdatoType "/>
top

Global Definitions

Simple Type: FoedselsdatoType

Super-types: string < FoedselsdatoType (by restriction)
Sub-types: None
Name FoedselsdatoType
Content
  • Base XSD Type: string
  • pattern = ((((0[1-9]|1[0-9]|2[0-9]|3[0-1])(01|03|05|07|08|10|12))|((0[1-9]|1[0-9]|2[0-9]|30)(04|06|09|11))|((0[1-9]|1[0-9]|2[0-9])(02)))[0-9]{2})
Diagram
Schema Component Representation
<simpleType name="FoedselsdatoType">
<restriction base=" string ">
<pattern value="((((0[1-9]|1[0-9]|2[0-9]|3[0-1])(01|03|05|07|08|10|12))|((0[1-9]|1[0-9]|2[0-9]|30)(04|06|09|11))|((0[1-9]|1[0-9]|2[0-9])(02)))[0-9]{2})"/>
</restriction>
</simpleType>
top