| 1 | {
|
| 2 | "$title": "Company",
|
| 3 | "$oky": {
|
| 4 | "company| @|Company identification":{
|
| 5 | "corporateName| @ {100}|Name of the company":"ACME",
|
| 6 | "externalIdentifier| @ {5,12}|External identifier":"165987456",
|
| 7 | "employees|(10..1000)|Number of employees":120,
|
| 8 | "turnover|(>0)|Turnover in millions":35.500,
|
| 9 | "address|@ [1,5]|Address of the company":[
|
| 10 | {
|
| 11 | "type|@ ('REGISTRATION','BILLING','POSTAL')":"BILLING",
|
| 12 | "street| {100}|Street":"144 avenue des marronniers",
|
| 13 | "zipCode| {10}|Zip code":"99152",
|
| 14 | "city|{100}|City":"Belleville",
|
| 15 | "country|@ {50}":"France"
|
| 16 | }
|
| 17 | ]
|
| 18 | }
|
| 19 | }
|
| 20 | } |