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:

idenumerationsponsorTerms
idsubmissionValuedescription
SPANREASAnalysisReasonEnumSPANREAS1DEMONSTRATIONThe analysis was included in the set as an additional example to demonstrate both a different type of analysis and sponsor terminology for analysis reason.
SPFTYPEOutputFileTypeEnumSPFTYPE_DOCXdocxOffice Open XML Document Format (DOCX)
SPFTYPE_ODTodtOpenDocument Text Format (ODT)

  • No labels