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

Compare with Current View Page History

« Previous Version 4 Next »

Model Documentation

The AnalysisOutputProgrammingCode class is use to specify programming code used for either analyses or outputs. It is used in the programmingCode attribute of either:

  • The Analysis class, to indicate the programming code used to perform a specific analysis, or
  • The Output class, to indicate the programming code used to produce the results included in a specific output.

ER Diagram: AnalysisOutputProgrammingCode

The ARS AnalysisOutputProgrammingCode class corresponds with the arm:ProgrammingCode element specified in ARM for Define-XML:

ARS AnalysisOutputProgrammingCode

Attributes

Corresponding ARM for Define-XML

arm:ProgrammingCode Attributes/Elements

contextContext attribute
codearm:Code element
documentRefdef:DocumentRef element

In each instance of the AnalysisOutputProgrammingCode class, the context attribute is used to specify the computer language used for the programming statements and the programming statements themselves are provided either directly in the code attribute or via a programming code document reference provided in the documentRef attribute. Refer to the DocumentReference section for more information about programming code document references.

  • No labels