PlaceDisplayProperties (XML)
A set of display properties for places for the convenience of quick display, such as for
a Web-based application. All display properties are provided in the default locale for the current
application context and are NOT considered canonical for the purposes of data exchange.
| Namespace: | http://gedcomx.org/v1/ |
| URI: | http://gedcomx.org/v1/PlaceDisplayProperties |
| Extends: | ExtensibleData |
Properties
| Name |
Type |
Description |
|
| fullName |
string
|
The displayable full name of the place. |
|
| name |
string
|
The displayable name of the place. |
|
| type |
string
|
The displayable type of the place. |
|
| Properties inherited from ExtensibleData |
| id |
string
|
A local, context-specific id for the data. |
|
Example
<p----- id="..." xmlns="http://gedcomx.org/v1/">
<fullName>...</fullName>
<name>...</name>
<type>...</type>
<extension1 xmlns="">...</extension1>
<extension2 xmlns="">...</extension2>
</p----->