2.1.22.4 TStability

The TStability simple type enumerates the acceptable values for specifying the stability of a declared property between refresh operations.

The TStability simple type is defined in the schema as follows.

 <xs:simpleType name="TStability">
   <xs:restriction base="xs:string">
     <xs:enumeration value="Stable" />
     <xs:enumeration value="RowNumber" />
    <xs:enumeration value="Volatile" />
   </xs:restriction>
 </xs:simpleType>

The possible values for the TStability simple type are specified in the following table.

Value

Meaning

Stable

The property remains constant between refresh operations.

RowNumber

The property contains a row number.

Volatile

The property might not remain constant between refresh operations.