Sequence Group Node Properties

 

Use a Sequence Group node when all of its child nodes have to occur in instance messages in the exact same order in which they are defined.

When you select a Sequence Group node in BizTalk Editor, you can examine and set its associated properties in the Visual Studio Properties window. These properties are divided into the following categories:

  • Advanced. This category contains properties that correspond to XSD concepts that can be categorized as advanced, such as converting the group definition from local to global.

  • General. This category contains properties that correspond to XSD concepts that can be categorized as basic, such as setting the allowed number of occurrences of the element group.

Many of the properties associated with Sequence Group nodes correspond directly to the semantics of XML Schema definition language (XSD) constructs.For links to information about XSD concepts and specifications, see XSD Resources on the Web.

The following table shows the properties associated with Sequence Group nodes that are available in all schemas.

Property name Category Description
Group Reference Advanced Specifies the globally defined group referenced by the selected Sequence Group node, or a new name for this group, thereby converting it to a global Sequence Group node.
Max Occurs General Specifies the maximum number of times that the underlying group content of the selected Sequence Group node can occur.
Min Occurs General Specifies the minimum number of times that the underlying group content of the selected Sequence Group node can occur.
Namespace General Displays the namespace for the selected Sequence Group node.
Node Name General Displays the name of the selected Sequence Group node, as displayed in the schema tree. This name has one of the following forms:

- <Sequence> (the default, when the Group Reference property has no value).
- <Group:X>, where "X" is the value of the Group Reference property.
Order Type Advanced Identifies the selected node as a Sequence Group node, and allows it to be converted to a Choice Group node or, in some circumstances, an All Group node.

See Also

Choice Group Node Properties
All Group Node Properties
Node Properties - By Node Type
Node Properties - Alphabetical Listings