Developer Documentation Library > Scripting > mrScriptMetadata User's Guide > mrScriptMetadata reference > mrScriptMetadata and MDM objects
 
mrScriptMetadata and MDM objects
The following table explains the Metadata Model (MDM) objects that are created for each of the main mrScriptMetadata field types.
mrScriptMetadata
MDM object
Variable object of DataType mtLong.
See also IVariable in the MDM Object Model Reference.
Variable object of DataType mtDouble.
See also IVariable in the MDM Object Model Reference.
Variable object of DataType mtText.
See also IVariable in the MDM Object Model Reference.
Variable object of DataType mtDate.
See also IVariable in the MDM Object Model Reference.
Variable object of DataType mtBoolean.
See also IVariable in the MDM Object Model Reference.
Variable object of DataType mtCategorical.
See also IVariable in the MDM Object Model Reference.
Elements object in the Document.Types collection.
See also IDocument_Types in the MDM Object Model Reference.
Variable object of DataType mtNone.
See also IVariable in the MDM Object Model Reference.
Array object of IteratorType itCategorical. If the expand keyword has been used, the Array type is mlExpand, otherwise it is mlLevel. If the grid keyword has been used, the Array IsGrid property is set to True, which means that the Array object is exposed as a Grid object, provided the special requirements of the Grid object are met.
See also IArray and IGrid in the MDM Object Model Reference.
Array object of IteratorType itNumericRanges. If the expand keyword has been used, the Array type is mlExpand, otherwise it is mlLevel. If the grid keyword has been used, the Array IsGrid property is set to True, which means that the Array object is exposed as a Grid object, provided the special requirements of the Grid object are met.
See also IArray and IGrid in the MDM Object Model Reference.
Array object of IteratorType itCategorical. If the noexpand keyword has been used, the Array type is mlLevel, otherwise it is mlExpand. The Array IsGrid property is set to True, which means that the Array object is exposed as a Grid object, provided the special requirements of the Grid object are met.
See also IArray and IGrid in the MDM Object Model Reference.
Compound object.
See also ICompound in the MDM Object Model Reference.
Class object.
See also IClass in the MDM Object Model Reference.
Page object.
See also IPage in the MDM Object Model Reference.
See also
Sections
Field definitions
mrScriptMetadata reference