XML Schema Documentation

Table of Contents

top

Schema Document Properties

Target Namespace http://rep.oio.dk/tinglysning.dk/service/message/administration/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.
Schema Composition

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/
ds http://www.w3.org/2000/09/xmldsig#
model http://rep.oio.dk/tinglysning.dk/schema/model/1/
msgadm http://rep.oio.dk/tinglysning.dk/service/message/administration/1/
Schema Component Representation
<schema xml:lang="DA" attributeFormDefault="unqualified" elementFormDefault="qualified" version="@BUILD_VERSION@" targetNamespace="http://rep.oio.dk/tinglysning.dk/service/message/administration/1/">
<import namespace="http://rep.oio.dk/tinglysning.dk/schema/model/1/" schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/BrugerformularBeskrivelse.xsd"/>
<import namespace="http://rep.oio.dk/tinglysning.dk/schema/model/1/" schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/BrugerformularEjer.xsd"/>
<import namespace="http://rep.oio.dk/tinglysning.dk/schema/model/1/" schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/BrugerformularNavn.xsd"/>
<import namespace="http://rep.oio.dk/tinglysning.dk/schema/model/1/" schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/Gyldighedsperiode.xsd"/>
<import namespace="http://www.w3.org/2000/09/xmldsig#" schemaLocation="http://www.w3.org/TR/xmldsig-core/xmldsig-core-schema.xsd"/>
...
</schema>
top

Global Declarations

Element: BrugerformularSoeg

Name BrugerformularSoeg
Type msgadm:BrugerformularSoegType
Nillable no
Abstract no
Documentation Søg efter en brugerformular på navn, beskrivelse og/eller ejer. Ved angivelse af true i BrugerformularSoegUgyldige inkluderes brugerformularer i resultatet, som er ugyldige pga dags dato er udenfor deres gyldighedsperiode.
Logical Diagram
XML Instance Representation
<msgadm:BrugerformularSoeg>
<model:BrugerformularNavn> ... </model:BrugerformularNavn> [0..1]
<model:BrugerformularBeskrivelse> ... </model:BrugerformularBeskrivelse> [0..1]
<model:BrugerformularEjer> ... </model:BrugerformularEjer> [0..1]
<model:Gyldighedsperiode> ... </model:Gyldighedsperiode> [0..1]
<msgadm:BrugerformularSoegUgyldige> boolean </msgadm:BrugerformularSoegUgyldige> [0..1]
<ds:Signature> ... </ds:Signature> [1]
</msgadm:BrugerformularSoeg>
Diagram
Schema Component Representation
<element name="BrugerformularSoeg" type=" msgadm:BrugerformularSoegType "/>
top

Global Definitions

Complex Type: BrugerformularSoegType

Super-types: None
Sub-types: None
Name BrugerformularSoegType
Abstract no
XML Instance Representation
<...>
<model:BrugerformularNavn> ... </model:BrugerformularNavn> [0..1]
<model:BrugerformularBeskrivelse> ... </model:BrugerformularBeskrivelse> [0..1]
<model:BrugerformularEjer> ... </model:BrugerformularEjer> [0..1]
<model:Gyldighedsperiode> ... </model:Gyldighedsperiode> [0..1]
<msgadm:BrugerformularSoegUgyldige> boolean </msgadm:BrugerformularSoegUgyldige> [0..1]
<ds:Signature> ... </ds:Signature> [1]
</...>
Diagram
Schema Component Representation
<complexType name="BrugerformularSoegType">
<sequence>
<element ref=" model:BrugerformularNavn " minOccurs="0"/>
<element ref=" model:BrugerformularBeskrivelse " minOccurs="0"/>
<element ref=" model:BrugerformularEjer " minOccurs="0"/>
<element ref=" model:Gyldighedsperiode " minOccurs="0"/>
<element name="BrugerformularSoegUgyldige" type=" boolean " minOccurs="0"/>
<element ref=" ds:Signature "/>
</sequence>
</complexType>
top