#100 - Entity property representation, serialization, and extensibility
•Proposed property description from the 0.8 draft.
•<Property name=“xxx” >
    Property’s value
</Property>
•<PropertyList>
   <Property /> <!– 0-n -->
   <ResetProperty /> <!– 0-n -->
   <extensions /> <!– 0-n -->
</PropertyList>
•<PropertyDescription name=“xxx” type=“a_Qname” label=“Property 1” hint=“Perhaps a tooltip” label-resname=“xyz” hint-resname=“abc”>
   <extensions /> <!– 0-n -->
</PropertyDescription>
•Define this coupling for localized attributes
•
•<PropertyDescription name=“xxx” type=“a_Qname”>
<label resname=“xyz” >Property 1</label>
<hint resname=“abc”>Perhaps a tooltip</hint>
<extensions /> <!– 0-n -->
</PropertyDescription>
•Use this format for PropertyDescription
•Capitalize as per rest of structures
•<ModelDescription xml:lang=“en”>
  <PropertyDescription /> <!– 1-n -->
  <schema /> <!– would like this to be xsd:schema! -->
  <extensions /> <!– 0-n -->
</ModelDescription>