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.
Schema Composition

Declared Namespaces

Prefix Namespace
Default namespace http://www.w3.org/2001/XMLSchema
xml http://www.w3.org/XML/1998/namespace
cvr http://rep.oio.dk/cvr.dk/xml/schemas/2005/03/22/
itst-2 http://rep.oio.dk/itst.dk/xml/schemas/2006/01/17/
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">
<import namespace="http://rep.oio.dk/cvr.dk/xml/schemas/2005/03/22/" schemaLocation="http://rep.oio.dk/cvr.dk/xml/schemas/2005/03/22/CVR_CVRnumberIdentifier.xsd"/>
<import namespace="http://rep.oio.dk/itst.dk/xml/schemas/2006/01/17/" schemaLocation="http://rep.oio.dk/itst.dk/xml/schemas/2006/01/17/ITST_PersonName.xsd"/>
<include schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/Foedselsdato.xsd"/>
...
</schema>
top

Global Declarations

Element: AltLoesoereIdentifikator

Name AltLoesoereIdentifikator
Type model:AltLoesoereIdentifikatorType
Nillable no
Abstract no
Documentation

Alternativ Identifikation af loesoere

  1. Person
    • Angiv værdi i første model:Foedselsdato
  2. Virksomhed (ikke enkeltmandsvirksomhed
    • Angiv værdi i cvr:CVRnumberIdentifier
  3. Enkeltmandsvirksomhed
    • Angiv værdi i cvr:CVRnumberIdentifier
    • Angiv værdi i det sidste model:Foedselsdato
Logical Diagram
XML Instance Representation
<model:AltLoesoereIdentifikator>
Start Choice [1]
<model:Foedselsdato> ... </model:Foedselsdato> [1]

'Benytte ved identifikation af en person'

<itst-2:PersonName> ... </itst-2:PersonName> [0..1]
<cvr:CVRnumberIdentifier> ... </cvr:CVRnumberIdentifier> [1]

'Benytte ved identifikation af en virksomhed'

<model:Foedselsdato> ... </model:Foedselsdato> [0..1]

'Dette felt benyttes kun ved enkeltmandsvirksomheder, til at angive Foedselsdato'

End Choice
</model:AltLoesoereIdentifikator>
Diagram
Schema Component Representation
<element name="AltLoesoereIdentifikator" type=" model:AltLoesoereIdentifikatorType "/>
top

Global Definitions

Complex Type: AltLoesoereIdentifikatorType

Super-types: None
Sub-types: None
Name AltLoesoereIdentifikatorType
Abstract no
XML Instance Representation
<...>
Start Choice [1]
<model:Foedselsdato> ... </model:Foedselsdato> [1]

'Benytte ved identifikation af en person'

<itst-2:PersonName> ... </itst-2:PersonName> [0..1]
<cvr:CVRnumberIdentifier> ... </cvr:CVRnumberIdentifier> [1]

'Benytte ved identifikation af en virksomhed'

<model:Foedselsdato> ... </model:Foedselsdato> [0..1]

'Dette felt benyttes kun ved enkeltmandsvirksomheder, til at angive Foedselsdato'

End Choice
</...>
Diagram
Schema Component Representation
<complexType name="AltLoesoereIdentifikatorType">
<choice>
<sequence>
<element ref=" model:Foedselsdato "/>
<element ref=" itst-2:PersonName " minOccurs="0"/>
</sequence>
<sequence>
<element ref=" cvr:CVRnumberIdentifier "/>
<element ref=" model:Foedselsdato " minOccurs="0"/>
</sequence>
</choice>
</complexType>
top