Gender (XML)
A gender conclusion.
Namespace: | http://gedcomx.org/v1/ |
URI: | http://gedcomx.org/v1/Gender |
Extends: | Conclusion |
Properties
Name |
Type |
Description |
|
type |
string
|
The type of the gender. |
|
Properties inherited from Conclusion |
sortKey |
string
|
A sort key in relation to other facts for display purposes. |
|
confidence |
string
|
The level of confidence the contributor has about the data. |
|
lang |
string
|
The language of the conclusion. See http://www.w3.org/International/articles/language-tags/ |
FTR
|
attribution |
Attribution
|
Attribution metadata for a conclusion. |
|
source |
list of
SourceReference
|
The source references for a conclusion. |
|
analysis |
ResourceReference
|
A reference to the analysis document explaining the analysis that went into this conclusion. |
FTU
|
note |
list of
Note
|
Notes about a person. |
|
Properties inherited from HypermediaEnabledData |
link |
list of
Link
|
The list of hypermedia links. Links are not specified by GEDCOM X core, but as extension elements by GEDCOM X RS. |
|
Properties inherited from ExtensibleData |
id |
string
|
A local, context-specific id for the data. |
|
Example
<gender confidence="..." xml:lang="..." sortKey="..." type="..." xmlns="http://gedcomx.org/v1/">
<attribution>
<contributor/>
<modified>...</modified>
<changeMessage>...</changeMessage>
<changeMessageResource>...</changeMessageResource>
<creator/>
<created>...</created>
</attribution>
<source description="..." descriptionId="...">
<attribution/>
<qualifier/>
</source>
<analysis resource="..." resourceId="..."/>
<note xml:lang="...">
<subject>...</subject>
<text>...</text>
<attribution/>
</note>
<link/>
</gender>