{"PersonDisplayName",N_("PersonDisplayName"),"Text",xmpText,xmpExternal,N_("Name of the person (in the given rectangle)")},
{"Rectangle",N_("Rectangle"),"Text",xmpText,xmpExternal,N_("Rectangle that identifies the person within the photo")},
{"PersonEmailDigest",N_("PersonEmailDigest"),"Text",xmpText,xmpExternal,N_("SHA-1 encrypted message hash of the person's Windows Live e-mail address"),},
{"PersonLiveCID",N_("PersonLiveCID"),"Text",xmpText,xmpExternal,N_("Signed decimal representation of the person's Windows Live CID")},
// End of list marker
{0,0,0,invalidTypeId,xmpInternal,0}
};
externconstXmpPropertyInfoxmpMWGRegionsInfo[]={
{"Regions",N_("Regions"),"RegionInfo",xmpText,xmpInternal,N_("Main structure containing region based information")},
{"AppliedToDimensions",N_("AppliedToDimensions"),"Dimensions",xmpText,xmpExternal,N_("Width and height of image when storing region data")},
{"RegionList",N_("RegionList"),"bag RegionStruct",xmpBag,xmpExternal,N_("List of Region structures")},
{"Area",N_("Area"),"Area",xmpText,xmpExternal,N_("Descriptive markers of catalog items by content")},
{"Type",N_("Type"),"closed Choice of Text",xmpText,xmpExternal,N_("Type purpose of region (Face|Pet|Focus|BarCode)")},
{"Name",N_("Name"),"Text",xmpText,xmpExternal,N_("Name/ short description of content in image region")},
{"Description",N_("Description"),"Text",xmpText,xmpExternal,N_("Usage scenario for a given focus area (EvaluatedUsed|EvaluatedNotUsed|NotEvaluatedNotUsed)")},
{"FocusUsage",N_("FocusUsage"),"closed Choice of Text",xmpText,xmpExternal,N_("Descriptive markers of catalog items by content")},
{"BarCodeValue",N_("BarCodeValue"),"Text",xmpText,xmpExternal,N_("Decoded BarCode value string")},
{"Extensions",N_("Extensions"),"Text",undefined,xmpInternal,N_("Any top level XMP property to describe the region content")},