Data Model > Available DSCs > Triple-S DSC > Reading from Triple-S files > Custom properties created when reading from Triple-S files > Custom properties on the Document object
 
Custom properties on the Document object
The Triple-S DSC adds the following custom properties to the MDM Document object:
ident
Value: The value of the ident attribute in the Triple-S metadata file's <record> element.
User context: CARDCOL or CSV, depending on the implied format of the Triple-S case data.
SerialFullName
Value: The name of the MDM variable that corresponds to the Triple-S variable that has a use="serial" attribute setting.
User context: CARDCOL or CSV, depending on the implied format of the Triple-S case data.
Skip
Value: The value of the skip attribute in the Triple-S metadata file's <record> element.
User context: CARDCOL or CSV, depending on the implied format of the Triple-S case data.
SssDate
Value: The value of the <date> element in the Triple-S metadata file.
User context: Analysis.
SssFormat
Value: Either "fixed" or "csv", depending on the implied format of the Triple-S case data.
User context: Analysis. If the implied format of the Triple-S case data is fixed-format fields, the Triple-S DSC stores SssFormat in the DataSourceProperties collection for the mrPunchDsc DataSource object. If the implied format of the Triple-S case data is comma-separated values, the Triple-S DSC stores SssFormat in the DataSourceProperties collection for the mrCsvDsc DataSource object.
SssOrigin
Value: The value of the <origin> element in the Triple-S metadata file.
User context: Analysis.
SssSurveyName
Value: The value of the <name> element in the Triple-S metadata's <survey> element.
User context: Analysis.
SssTime
Value: The value of the <time> element in the Triple-S metadata file.
User context: Analysis.
SssUser
Value: The value of the <user> element in the Triple-S metadata file.
User context: Analysis.
SssVersion
Value: The value of the version attribute in the Triple-S metadata file's <sss> element. Note that the Triple-S DSC issues an error message if the value of the version attribute is not "1.2" or "2.0".
User context: Analysis.
See also
Custom properties created when reading from Triple-S files