#140 Internationalization of property and entity descriptions
•Example use for property descriptions is:
•<model xml:lang=“en” localizationURL=“…”>
• <propertydescription name="p1" type="xsd:string” label=“Property 1”
• hint=“this is a few sentences for some tooltip”
• label-resname=“xyzzy” hint-resname=“abccd”/>
•   ...
• </model>
•<wsrp:localization>
• <resource resname=’xyzzy'>
•    <value xml:lang='en'>English property 1 label</value>
•    <value xml:lang='fr'>Label de property un</value>
• </resource>
• ...
• </wsrp:localization>