We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New element for domain:
Rules:
mdJson:
{ "domain": [ { "domainId": "", "commonName": "", "codeName": "", "description": "", "domainReference": {}, "domainItem": [] } ] }
ISO 19110-2 mapping: The domainReference will be placed in an entity attribute section (carrierOfCharacteristics) as follows:
<gfc:listedValue> <gfc:FC_ListedValue> <gfc:label> <gco:CharacterString>external domain reference</gco:CharacterString> </gfc:label> <gfc:definitionReference> <gfc:FC_DefinitionReference> <gfc:definitionSource> <gfc:FC_DefinitionSource> <gfc:source> <gmd:CI_Citation> <gmd:title>title</gmd:title> <gmd:date></gmd:date> </gmd:CI_Citation> </gfc:source> </gfc:FC_DefinitionSource> </gfc:definitionSource> </gfc:FC_DefinitionReference> </gfc:definitionReference> </gfc:FC_ListedValue> </gfc:listedValue>
The text was updated successfully, but these errors were encountered:
Update domain schema
0eab2da
Add domainReference. Closes #166.
No branches or pull requests
New element for domain:
Rules:
mdJson:
ISO 19110-2 mapping:
The domainReference will be placed in an entity attribute section (carrierOfCharacteristics) as follows:
The text was updated successfully, but these errors were encountered: