| Property | Type | Cardinality | Default value | Visible | ReadOnly | Persistent | Min / Max | Format / Unit |
|---|---|---|---|---|---|---|---|---|
|
en
Anglais English | String | 1 | - | true | false | true | - - | - |
|
fr
Français French | String | 1 | - | true | false | true | - - | - |
|
es
Espagnol. Spanish | String | 1 | - | true | false | true | - - | - |
|
de
Allemand | String | 1 | - | true | false | true | - - | - |
<?xml version="1.0" encoding="ISO-8859-1"?> <BOStringM> <en/> <fr/> <es/> <de/> </BOStringM>
<?xml version="1.0" encoding="ISO-8859-1"?>
<shema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<element name="BOStringM">
<complexType>
<sequence>
<element name="en" type="xs:string" minOccurs="0"/>
<element name="fr" type="xs:string" minOccurs="0"/>
<element name="es" type="xs:string" minOccurs="0"/>
<element name="de" type="xs:string" minOccurs="0"/>
</sequence>
</complexType>
</element>
</shema>