TDS format properties for embedded simple type binary types

The TDS format properties described here apply to:

Field Identification

Property Type Meaning
Tag String Specify the value used to identify the object in a message bit stream If the object is simple and the Data Element Separation property of the complex type or types in which the object is a child is Tagged Delimited, Tagged Fixed Length, or Tagged Encoded Length, this property must contain a non-empty value.

Should the object be a complex element and the Data Element Separation property of its parent is Tagged Delimited, Tagged Fixed Length, or Tagged Encoded Length then the property can contain an empty value.

The value for this property must be unique for every element in the message set, that is, no two elements in the message set can contain the same value for this property.

Data Pattern String Specify the regular expression to be used by the parser to identify the data in the message to be assigned to the object. Used when the Data Element Separation method has been set to Use Data Pattern in the complex type. See Regular expression syntax for further details.
Length Integer Specify the expected length of the object in characters (except in the case of binary objects, in which case the length value represents the length in bytes).

This property applies to simple objects and to complex elements with a base type.

If you give this property a value of 0, the Length Reference property is checked for a value.

If you set the Data Element Separator property for the type to Fixed Length or Fixed Length AL3, either this property, or the Length Reference property, must contain a non 0 (or non NULL) value.

Regardless of the value of the Data Element Separator property, either the Length or Length Reference property must be set.

Repeating Element Delimiter String Specify the delimiter to be used between repeating elements.
Length Reference Enumerated type Specify the identifier of a sibling Integer object, the value of which dictates the length of the object in question. The sibling object must be defined before the current object within the message structure.

For information about reordering elements, see Reordering objects.

Related concepts
Message modeling
The message model

Related tasks
Developing message models
Working with message model objects

Related reference
Message model reference information
Message model object properties
Deprecated message model object properties
Embedded simple type properties
Embedded simple type TDS properties