This example shows 2 terminology extensions, with 1 sponsor term defined for the AnalysisReasonEnum enumeration and 2 sponsor terms defined for the OutputFileTypeEnum enumeration:
YAML Example
terminologyExtensions: - id: SPANREAS enumeration: AnalysisReasonEnum sponsorTerms: - id: SPANREAS1 submissionValue: DEMONSTRATION description: The analysis was included in the set as an additional example to demonstrate both a different type of analysis and sponsor terminology for analysis reason. - id: SPFTYPE enumeration: OutputFileTypeEnum sponsorTerms: - id: SPFTYPE_DOCX submissionValue: docx description: Office Open XML Document Format (DOCX) - id: SPFTYPE_ODT submissionValue: odt description: OpenDocument Text Format (ODT) ...
These terminology extensions could be represented in tabular form as:
id | enumeration | sponsorTerms | ||
---|---|---|---|---|
id | submissionValue | description | ||
SPANREAS | AnalysisReasonEnum | SPANREAS1 | DEMONSTRATION | The analysis was included in the set as an additional example to demonstrate both a different type of analysis and sponsor terminology for analysis reason. |
SPFTYPE | OutputFileTypeEnum | SPFTYPE_DOCX | docx | Office Open XML Document Format (DOCX) |
SPFTYPE_ODT | odt | OpenDocument Text Format (ODT) |