Share via


Default Repeating Delimiter Type (Node Property of Flat File Schemas)

 

Use the Default Repeating Delimiter Type property to configure, for the entire schema, how a default alternative repeating delimiter string will be expressed in the Default Repeating Delimiter property and in the underlying XSD representation.

Applies to Nodes of Type

Schema

Category

Flat File

Allowed Values

Drop-down list choice Description
Character Indicates that you will provide a default repeating delimiter string as characters in the Default Repeating Delimiter property, which will be formatted as characters in the XSD representation of the schema.
Hexadecimal Indicates that you will provide the hexadecimal value ("0xNNNN") of a default repeating delimiter string in the Default Repeating Delimiter property, which will be formatted as a hexadecimal value in the XSD representation of the schema.
None Removes the corresponding annotation in the XSD representation of the schema, if any, specifying that there is no default repeating delimiter for the entire schema. You must explicitly specify an appropriate repeating delimiter for every Record node within the schema.

Selecting Default Repeating Delimiter for the value of the Repeating Delimiter property of any of the Record nodes within the schema will result in a compilation error.

Default Value

None, resulting in no annotation being added to the XSD representation of the schema.

XSD Persistence

As the value of the repeating_delimiter_type (="char" or "hex") attribute of the schema/annotation/appinfo/schemaInfo element.

Remarks

You can examine and set this property in the Visual Studio Properties window when you select the Schema node in BizTalk Editor and you have configured the Flat File Extension option for the Schema Editor Extensions property of that node.

If you configure this property with a value of Character or Hexadecimal, then you can configure the Default Repeating Delimiter property in one of these two formats.

This value may be overridden for particular Record nodes by using the Repeating Delimiter and Repeating Delimiter Type properties.

See Also

Supplemental Node Properties for Flat File Schemas
Repeating Delimiter (Node Property of Flat File Schemas)