Developer Documentation Library > Data Model > Available DSCs > Triple-S DSC > Writing to Triple-S files > Custom properties used when writing to Triple-S files > Custom properties on the Document object
 
Custom properties on the Document object
The Triple-S DSC uses the following custom properties on the MDM Document object:
ident
User context: CARDCOL or CSV, depending on the specified format of the Triple-S case data.
How this custom property is used: The Triple-S DSC sets the value of the ident attribute in the Triple-S metadata's <record> element to the value of this custom property.
SerialFullName
User context: CARDCOL or CSV, depending on the specified format of the Triple-S case data.
How this custom property is used: The Triple-S DSC sets the use="serial" attribute setting on the Triple-S variable that corresponds to the MDM variable named by the value of this custom property.
Skip
User context: CARDCOL or CSV, depending on the specified format of the Triple-S case data.
How this custom property is used: The Triple-S DSC sets the value of the skip attribute in the Triple-S metadata's <record> element to the value of this custom property.
If the specified format of the Triple-S case data is comma-separated values, and the value of Skip is greater than 0, the Triple-S DSC will write out a header record to the case-data file followed by n blank records, where n is equal to the value of Skip minus one.
SssOrigin
User context: Analysis.
How this custom property is used: The Triple-S DSC sets the value of the <origin> element in the Triple-S metadata to the value of this custom property.
SssSurveyName
User context: Analysis.
How this custom property is used: The Triple-S DSC sets the value of the <name> element in the Triple-S metadata's <survey> element to the value of this custom property.
SssUser
User context: Analysis.
How this custom property is used: The Triple-S DSC sets the value of the <user> element in the Triple-S metadata to the value of this custom property.
SssVersion
User context: Analysis.
How this custom property is used: The Triple-S DSC sets the value of the version attribute in the Triple-S metadata's <sss> element to the value of this custom property. Note that the Triple-S DSC issues an error message if the value of this custom property is not "1.2" or "2.0". If this custom property does not exist, the Triple-S DSC sets the value of the version attribute to "2.0".
See also
Custom properties used when writing to Triple-S files