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.
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/
cpr-1 http://rep.oio.dk/cpr.dk/xml/schemas/core/2005/03/18/
cvr http://rep.oio.dk/cvr.dk/xml/schemas/2005/03/22/
model http://rep.oio.dk/tinglysning.dk/schema/model/1/
xkom http://rep.oio.dk/xkom.dk/xml/schemas/2005/03/15/
Schema Component Representation
<schema xml:lang="DA" targetNamespace="http://rep.oio.dk/tinglysning.dk/schema/anmeldelse/1/" elementFormDefault="qualified" version="@BUILD_VERSION@">
<import namespace="http://rep.oio.dk/cpr.dk/xml/schemas/core/2005/03/18/" schemaLocation="http://rep.oio.dk/cpr.dk/xml/schemas/core/2005/03/18/CPR_PersonCivilRegistrationIdentifier.xsd"/>
<import namespace="http://rep.oio.dk/cpr.dk/xml/schemas/core/2005/03/18/" schemaLocation="http://rep.oio.dk/cpr.dk/xml/schemas/core/2005/03/18/CPR_AuthorityCode.xsd"/>
<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/tinglysning.dk/schema/model/1/" schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/AnmelderBilagReferenceSamling.xsd"/>
<import namespace="http://rep.oio.dk/tinglysning.dk/schema/model/1/" schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/IDAttributGruppe.xsd"/>
<import namespace="http://rep.oio.dk/tinglysning.dk/schema/model/1/" schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/Kontaktoplysninger.xsd"/>
<import namespace="http://rep.oio.dk/tinglysning.dk/schema/model/1/" schemaLocation="http://rep.oio.dk/tinglysning.dk/schema/model/1/SagsReference.xsd"/>
<import namespace="http://rep.oio.dk/xkom.dk/xml/schemas/2005/03/15/" schemaLocation="http://rep.oio.dk/xkom.dk/xml/schemas/2005/03/15/XKOM_EmailAddressIdentifier.xsd"/>
...
</schema>
top

Global Declarations

Element: AnmelderInformation

Name AnmelderInformation
Type anm:AnmelderInformationType
Nillable no
Abstract no
Documentation Anmelder information.
Logical Diagram
XML Instance Representation
<anm:AnmelderInformation
id="ID [1]">
<model:SagsReference> ... </model:SagsReference> [0..1]
Start Choice [1]
<cpr-1:PersonCivilRegistrationIdentifier> ... </cpr-1:PersonCivilRegistrationIdentifier> [1]
<cvr:CVRnumberIdentifier> ... </cvr:CVRnumberIdentifier> [1]
<cpr-1:AuthorityCode> ... </cpr-1:AuthorityCode> [0..1]

'Myndighedskoden kan anvendes til at opdele en myndighed eller virksomhed. Koden er unique indenfor en myndighed eller virksomhed. Koden er nummer på 4 cifre. Myndighedskoden anvendes af eks. Tinglysningsretten til at angive retkreds der foretager anmeldelser. Andre myndigheder kan anvende den på lignende vis.'

End Choice
<model:Kontaktoplysninger> ... </model:Kontaktoplysninger> [0..1]

'Kontaktinformation for anmelder.'

<anm:SeparatAdresse> xkom:EmailAddressIdentifierType </anm:SeparatAdresse> [0..*]

'Kontaktinformation for andre end anmelder.'

<model:AnmelderBilagReferenceSamling> ... </model:AnmelderBilagReferenceSamling> [0..1]
</anm:AnmelderInformation>
Diagram
Schema Component Representation
<element name="AnmelderInformation" type=" anm:AnmelderInformationType "/>
top

Global Definitions

Complex Type: AnmelderInformationType

Super-types: None
Sub-types: None
Name AnmelderInformationType
Abstract no
XML Instance Representation
<...
id="ID [1]">
<model:SagsReference> ... </model:SagsReference> [0..1]
Start Choice [1]
<cpr-1:PersonCivilRegistrationIdentifier> ... </cpr-1:PersonCivilRegistrationIdentifier> [1]
<cvr:CVRnumberIdentifier> ... </cvr:CVRnumberIdentifier> [1]
<cpr-1:AuthorityCode> ... </cpr-1:AuthorityCode> [0..1]

'Myndighedskoden kan anvendes til at opdele en myndighed eller virksomhed. Koden er unique indenfor en myndighed eller virksomhed. Koden er nummer på 4 cifre. Myndighedskoden anvendes af eks. Tinglysningsretten til at angive retkreds der foretager anmeldelser. Andre myndigheder kan anvende den på lignende vis.'

End Choice
<model:Kontaktoplysninger> ... </model:Kontaktoplysninger> [0..1]

'Kontaktinformation for anmelder.'

<anm:SeparatAdresse> xkom:EmailAddressIdentifierType </anm:SeparatAdresse> [0..*]

'Kontaktinformation for andre end anmelder.'

<model:AnmelderBilagReferenceSamling> ... </model:AnmelderBilagReferenceSamling> [0..1]
</...>
Diagram
Schema Component Representation
<complexType name="AnmelderInformationType">
<sequence>
<element ref=" model:SagsReference " minOccurs="0"/>
<choice>
<sequence>
<element ref=" cvr:CVRnumberIdentifier "/>
<element ref=" cpr-1:AuthorityCode " minOccurs="0"/>
</sequence>
</choice>
<element ref=" model:Kontaktoplysninger " minOccurs="0"/>
<element name="SeparatAdresse" type=" xkom:EmailAddressIdentifierType " minOccurs="0" maxOccurs="unbounded"/>
<element ref=" model:AnmelderBilagReferenceSamling " minOccurs="0"/>
</sequence>
<attributeGroup ref=" model:IDAttributGruppe "/>
</complexType>
top