2.1.6 TMParameter

In CSDLBI 2.0 and CSDLBI 2.5, the TMParameter complex type<47> identifies the name, type, and associated column of an M parameter that is contained within an MParameter element.

The TMParameter complex type is defined in the schema as follows.

       <xs:complexType name="TMParameter">
         <xs:sequence>
           <xs:element name="ParameterValuesColumn" type="bi:TParameterValuesColumn" minOccurs="1" maxOccurs="1" />
         </xs:sequence>
         <xs:attribute name="Name" type="xs:string" use="required" />
         <xs:attribute name="LineageTag" type="xs:string" use="optional" />
         <xs:attribute name="ActualType" type="xs:string" use="required" />
       </xs:complexType>

The element and attributes that are defined by the TMParameter complex type are specified in the following tables.

Element

Description

ParameterValuesColumn

The M parameter’s associated entity and property.

Attribute

Description

Name

The name of the M parameter.

LineageTag

Returns a tag that represents the lineage of the M parameter.

ActualType

The M parameter’s data type.