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
|
Code Block |
---|
<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
|
Code Block |
---|
<IsUparentCode>1</IsUparentCode> |
|
Legalform
...
Occurrence: min. 0 / max. unbounded
Element | Occurrence | Description | Example Usage |
---|
@nr | min.1 max.1 | Record number |
|
@status | min.1 max.1 | 1=active, 0=inactive |
|
StartDate | min.0 max.1 | Date of registration / activation |
|
EndDate | min.0 max.1 | Date of cancellation / deactivation |
|
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
...
Element | Occurrence | Description | Example Usage |
---|
@nr | min.1 max.1 | Record number |
|
@status | min.1 max.1 | 1=active, 0=inactive |
Name
|
StartDate | min.0 max.1 | Date of registration / activation |
Code Block |
---|
<StartDate>1995-06-14</StartDate> |
|
EndDate | min.0 max.1 | Date of cancellation / deactivation |
|
CompanyStatusCode | min.1 max.1 | Characteristic of the Contact(currently only "MAIN" for main number is used)company status (code) RestrictionEnumeration |
Code Block |
---|
<Name>MAIN<<CompanyStatusCode>ACT</Name>CompanyStatusCode> |
|
NrCompanyStatusType | min.1 max.1 | Fax number including country prefix (except Switzerland, where country prefix "+41" is not includedCharacteristic of the company status (text) |
Code Block |
---|
<Nr>+1 408 996 7777</Nr> |
|
...
<CompanyStatusType>active</CompanyStatusType> |
|