Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
ElementOccurrenceDescriptionExample Usage
LegalFormmin. 1 / max. unboundedComplex (see below) 
CompanyStatusmin. 1 / max. unboundedComplex (see below) 
ListedCodemin.1 max.1

Restrictions:

1 = Company is listed on a stock exchange

0= Company is not listed on a stock exchange

 

Code Block
 <ListedCode>0</ListedCode>
IsUparentCodemin.1 max.1

Restrictions:

1 = Company is a global ultimate parent company

0= Company is not a global ultimate parent company


Code Block
 <IsUparentCode>1</IsUparentCode>

Legalform

Occurrence: min. 0 / max. unbounded

ElementOccurrenceDescriptionExample Usage
@nrmin.1 max.1Record number
Code Block
nr="1"
@statusmin.1 max.11=active, 0=inactive
Code Block
status="1"
StartDatemin.0 max.1Date of registration / activation
Code Block
<StartDate/>
EndDatemin.0 max.1Date of cancellation / deactivation
Code Block
<EndDate/>
LegalformCode
min.1 max.1

Characteristic of the legal form (code)

RestrictionEnumeration

Code Block
<LegalformCode>GEN</LegalformCode>
LegalformType
min.1 max.1

Characteristic of the legal form (text)

Code Block
<LegalformType>Cooperative society</LegalformType>

CompanyStatus

...

ElementOccurrenceDescriptionExample Usage
@nrmin.1 max.1Record number
Code Block
nr="1"
@statusmin.1 max.11=active, 0=inactive
Code Block
status="1"
StartDatemin.0 max.1Date of registration / activation
Code Block
<StartDate>1995-06-14</StartDate>
EndDatemin.0 max.1Date of cancellation / deactivation
Code Block
<EndDate/>
CompanyStatusCode
min.1 max.1

Characteristic of company status (code)

RestrictionEnumeration

Code Block
<CompanyStatusCode>ACT</CompanyStatusCode>
CompanyStatusType
min.1 max.1Characteristic of the company status (text)
Code Block
<CompanyStatusType>active</CompanyStatusType>