XML Schema Documentation

Table of Contents

top

Schema Document Properties

Target Namespace http://rep.oio.dk/tinglysning.dk/schema/anmeldelse/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
anm http://rep.oio.dk/tinglysning.dk/schema/anmeldelse/1/
Schema Component Representation
<schema xml:lang="DA" elementFormDefault="qualified" targetNamespace="http://rep.oio.dk/tinglysning.dk/schema/anmeldelse/1/" version="@BUILD_VERSION@">
...
</schema>
top

Global Declarations

Element: BrugerformularRegelVariabel

Name BrugerformularRegelVariabel
Type anm:BrugerformularRegelVariabelType
Nillable no
Abstract no
Documentation BrugerFormularVariabel - angiver at xpath-stien i eksemplet udtrykker et variabelt område - alle xpath-udtryk skal angives med namespaces-prefix Eksempel: model:EjerpantebrevFastEjendom/model:HaeftelseVilkaarRente/model:HaeftelseRente/model:HaeftelseRenteVariabel/model:HaeftelseRenteSats
Logical Diagram
XML Instance Representation
<anm:BrugerformularRegelVariabel> anm:BrugerformularRegelVariabelType </anm:BrugerformularRegelVariabel>
Diagram
Schema Component Representation
<element name="BrugerformularRegelVariabel" type=" anm:BrugerformularRegelVariabelType "/>
top

Global Definitions

Simple Type: BrugerformularRegelVariabelType

Super-types: string < BrugerformularRegelVariabelType (by restriction)
Sub-types: None
Name BrugerformularRegelVariabelType
Content
  • Base XSD Type: string
  • pattern = \w+:\w+(/\w+:\w+)*
Diagram
Schema Component Representation
<simpleType name="BrugerformularRegelVariabelType">
<restriction base=" string ">
<pattern value="\w+:\w+(/\w+:\w+)*"/>
</restriction>
</simpleType>
top