XML Schema Documentation

Table of Contents

top

Schema Document Properties

Target Namespace http://rep.oio.dk/tinglysning.dk/schema/elektroniskakt/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
dkcc http://rep.oio.dk/ebxml/xml/schemas/dkcc/2005/03/15/
dkcc-1 http://rep.oio.dk/ebxml/xml/schemas/dkcc/2003/02/13/
eakt http://rep.oio.dk/tinglysning.dk/schema/elektroniskakt/1/
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/elektroniskakt/1/" elementFormDefault="qualified" version="@BUILD_VERSION@">
<import namespace="http://rep.oio.dk/ebxml/xml/schemas/dkcc/2005/03/15/" schemaLocation="http://rep.oio.dk/ebxml/xml/schemas/dkcc/2005/03/15/DKCC_StreetName.xsd"/>
<import namespace="http://rep.oio.dk/ebxml/xml/schemas/dkcc/2003/02/13/" schemaLocation="http://rep.oio.dk/ebxml/xml/schemas/dkcc/2003/02/13/DKCC_StreetBuildingIdentifier.xsd"/>
<import namespace="http://rep.oio.dk/ebxml/xml/schemas/dkcc/2003/02/13/" schemaLocation="http://rep.oio.dk/ebxml/xml/schemas/dkcc/2003/02/13/DKCC_FloorIdentifier.xsd"/>
<import namespace="http://rep.oio.dk/ebxml/xml/schemas/dkcc/2003/02/13/" schemaLocation="http://rep.oio.dk/ebxml/xml/schemas/dkcc/2003/02/13/DKCC_SuiteIdentifier.xsd"/>
<import namespace="http://rep.oio.dk/ebxml/xml/schemas/dkcc/2005/03/15/" schemaLocation="http://rep.oio.dk/ebxml/xml/schemas/dkcc/2005/03/15/DKCC_PostCodeIdentifier.xsd"/>
<import namespace="http://rep.oio.dk/ebxml/xml/schemas/dkcc/2005/03/15/" schemaLocation="http://rep.oio.dk/ebxml/xml/schemas/dkcc/2005/03/15/DKCC_DistrictName.xsd"/>
...
</schema>
top

Global Declarations

Element: AndelAdresseSoegKriterier

Name AndelAdresseSoegKriterier
Type eakt:AndelAdresseSoegKriterierType
Nillable no
Abstract no
Documentation Kriterier som kan anvendes til søgning på en adresse for en andel.
Logical Diagram
XML Instance Representation
<eakt:AndelAdresseSoegKriterier>
<dkcc:StreetName> ... </dkcc:StreetName> [1]
<dkcc-1:StreetBuildingIdentifier> ... </dkcc-1:StreetBuildingIdentifier> [1]
<dkcc-1:FloorIdentifier> ... </dkcc-1:FloorIdentifier> [0..1]
<dkcc-1:SuiteIdentifier> ... </dkcc-1:SuiteIdentifier> [0..1]
<dkcc:PostCodeIdentifier> ... </dkcc:PostCodeIdentifier> [1]
<dkcc:DistrictName> ... </dkcc:DistrictName> [0..1]
</eakt:AndelAdresseSoegKriterier>
Diagram
Schema Component Representation
<element name="AndelAdresseSoegKriterier" type=" eakt:AndelAdresseSoegKriterierType "/>
top

Global Definitions

Complex Type: AndelAdresseSoegKriterierType

Super-types: None
Sub-types: None
Name AndelAdresseSoegKriterierType
Abstract no
XML Instance Representation
<...>
<dkcc:StreetName> ... </dkcc:StreetName> [1]
<dkcc-1:StreetBuildingIdentifier> ... </dkcc-1:StreetBuildingIdentifier> [1]
<dkcc-1:FloorIdentifier> ... </dkcc-1:FloorIdentifier> [0..1]
<dkcc-1:SuiteIdentifier> ... </dkcc-1:SuiteIdentifier> [0..1]
<dkcc:PostCodeIdentifier> ... </dkcc:PostCodeIdentifier> [1]
<dkcc:DistrictName> ... </dkcc:DistrictName> [0..1]
</...>
Diagram
Schema Component Representation
<complexType name="AndelAdresseSoegKriterierType">
<sequence>
<element ref=" dkcc:StreetName "/>
<element ref=" dkcc-1:StreetBuildingIdentifier "/>
<element ref=" dkcc-1:FloorIdentifier " minOccurs="0"/>
<element ref=" dkcc-1:SuiteIdentifier " minOccurs="0"/>
<element ref=" dkcc:PostCodeIdentifier "/>
<element ref=" dkcc:DistrictName " minOccurs="0"/>
</sequence>
</complexType>
top