OnlineAccount (XML)
An online account for a web application.
Namespace: | http://gedcomx.org/v1/ |
URI: | http://gedcomx.org/v1/OnlineAccount |
Extends: | ExtensibleData |
Properties
Name |
Type |
Description |
|
accountName |
string
|
The name associated the holder of this account with the account. |
|
serviceHomepage |
ResourceReference
|
The homepage of the service that provides this account. |
|
Properties inherited from ExtensibleData |
id |
string
|
A local, context-specific id for the data. |
|
Example
<o----- id="..." xmlns="http://gedcomx.org/v1/">
<accountName>...</accountName>
<serviceHomepage resource="..." resourceId="..."/>
<extension1 xmlns="">...</extension1>
<extension2 xmlns="">...</extension2>
</o----->