/
Predicate
Predicate
Element | Occurrence | Description | Example Usage |
---|---|---|---|
LegalForm | min. 1 / max. unbounded | Complex (see below) | |
CompanyStatus | min. 1 / max. unbounded | Complex (see below) | |
ListedCode | min.1 max.1 | Restrictions: 1 = Company is listed on a stock exchange 0= Company is not listed on a stock exchange | <ListedCode>0</ListedCode> |
IsUparentCode | min.1 max.1 | Restrictions: 1 = Company is a global ultimate parent company 0= Company is not a global ultimate parent company | <IsUparentCode>1</IsUparentCode> |
Legalform
Element | Occurrence | Description | Example Usage |
---|---|---|---|
@nr | min.1 max.1 | Record number | nr="1" |
@status | min.1 max.1 | 1=active, 0=inactive | status="1" |
StartDate | min.0 max.1 | Date of registration / activation | <StartDate/> |
EndDate | min.0 max.1 | Date of cancellation / deactivation | <EndDate/> |
LegalformCode | min.1 max.1 | Characteristic of the legal form (code) | <LegalformCode>GEN</LegalformCode> |
LegalformType | min.1 max.1 | Characteristic of the legal form (text) | <LegalformType>Cooperative society</LegalformType> |
CompanyStatus
Element | Occurrence | Description | Example Usage |
---|---|---|---|
@nr | min.1 max.1 | Record number | nr="1" |
@status | min.1 max.1 | 1=active, 0=inactive | status="1" |
StartDate | min.0 max.1 | Date of registration / activation | <StartDate>1995-06-14</StartDate> |
EndDate | min.0 max.1 | Date of cancellation / deactivation | <EndDate/> |
CompanyStatusCode | min.1 max.1 | Characteristic of company status (code) | <CompanyStatusCode>ACT</CompanyStatusCode> |
CompanyStatusType | min.1 max.1 | Characteristic of the company status (text) | <CompanyStatusType>active</CompanyStatusType> |