XML Schema Documentation

Table of Contents

top

Schema Document Properties

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

Global Declarations

Element: Afsnit

Name Afsnit
Type model:AfsnitType
Nillable no
Abstract no
Documentation Et afsnit tekst er en streng. Der gælder følgende regler:
  • Strengen må ikke være tom
  • Højst 4.000 karakterer - ellers skal der laves flere afsnit
  • Må ikke starte eller slutte med en blank karakter
  • Må ikke indeholde tabs, CR/LF og tilsvarende
  • Må højst indholde to blanke karakterer i træk
  • Må kun indholde følgende unicode karakterklasser:
    • Bogstaver (L - All Letters)
    • Ikke-luftige accenter (Mn Marks - nonspacing)
    • Arabertal (0-9)
    • Bogstaver (P - All Punctuation)
    • Symbols (S - All Symbols)
Logical Diagram
XML Instance Representation
<model:Afsnit> model:AfsnitType </model:Afsnit>
Diagram
Schema Component Representation
<element name="Afsnit" type=" model:AfsnitType "/>
top

Global Definitions

Simple Type: AfsnitType

Super-types: string < AfsnitType (by restriction)
Sub-types: None
Name AfsnitType
Content
  • Base XSD Type: string
  • length >= 1
Diagram
Schema Component Representation
<simpleType name="AfsnitType">
<restriction base=" string ">
<minLength value="1"/>
<maxLength value="4000"/>
</restriction>
</simpleType>
top