You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Model Documentation

The abstract ExtensibleTerminologyTerm class acts as a template that defines 2 attributes, either (but not both) of which may be used be used to indicate the value used for an attribute associated with an extensible enumeration. The controlledTerm attribute is used to specify one of the permissible values from the enumeration or the sponsorTermId attribute is used to indicate which sponsor term is used in the terminology extension for the enumeration. There are 8 specializations of the ExtensibleTerminologyTerm class: there is a pair of specializations for each of the 4 extensible enumerations, with one of the pair specifying use of only the controlledTerm attribute and the other specifying use of only the sponsorTermId attribute.

Class Diagram: ExtensibleTerminologyTerm

SpecializationAttributeUsed To Specify:

OperationRole

controlledTermA permissible value from the OperationRoleEnum enumeration.

SponsorOperationRole

sponsorTermIdThe identifier of a sponsor term in the terminology extension for the OperationRoleEnum enumeration.

AnalysisReason

controlledTermA permissible value from the AnalysisReasonEnum enumeration.

SponsorAnalysisReason

sponsorTermIdThe identifier of a sponsor term in the terminology extension for the AnalysisReasonEnum enumeration.

AnalysisPurpose

controlledTermA permissible value from the AnalysisPurposeEnum enumeration.

SponsorAnalysisPurpose

sponsorTermIdThe identifier of a sponsor term in the terminology extension for the AnalysisPurposeEnum enumeration.

OutputFileType

controlledTermA permissible value from the OutputFileTypeEnum enumeration.

SponsorOutputFileType

sponsorTermIdThe identifier of a sponsor term in the terminology extension for the OutputFileTypeEnum enumeration.
  • No labels