Node Properties

Overview

In BizTalk Editor, you examine and set node properties in the Visual Studio Properties window. As you select different types of nodes in the schema tree view, different sets of properties are displayed in the Properties window. As is standard in Visual Studio, these properties can be displayed either in categories or alphabetically with no indication of their categories. Use the standard buttons near the top of the Properties window to toggle this setting.

Node properties, especially when set to values other than their defaults, are generally represented in the XML Schema definition (XSD) language as attributes and attribute values associated with the corresponding element. For example, when properties are set for the Min Occurs and Max Occurs properties, which are available for several different node types, the values that are set are used as the values of the minOccurs and maxOccurs attributes, respectively, associated with the element that represents the node for which the Min Occurs and Max Occurs properties are being set.

Property types

The BizTalk Server developer reference contains a reference section for the properties of the various node types, organized by category and alphabetically. The following summarize the properties associated with each node type:

  • Schema Node Properties

  • Record Node Properties

  • Field Element Node Properties

  • Field Attribute Node Properties

  • Sequence Group Node Properties

  • Choice Group Node Properties

  • All Group Node Properties

  • Attribute Group Node Properties

  • Any Element Node Properties

  • Any Attribute Node Properties

  • Equivalent Node Properties

  • Equivalent Child Node Properties

More details on these properties in the UI guidance and developers API namespace reference.

Node Properties — Alphabetical Listings in the UI guidance and developers API namespace reference contains all of the individual reference topics for each node property, some of which apply to various types of nodes. The individual reference topics are categorized according to whether they are basic properties that apply to all types of schemas, or a specialized properties that are associated with a schema editor extension, such as the flat file extension. Within these categories, they are listed alphabetically.

BizTalk Editor uses the Visual Studio Properties window to enable you to examine and set the properties of the nodes in the schema tree. This section describes some characteristics of working with properties in the Properties window, including special considerations for the Node Name property, an explanation of the interdependencies between properties, and information about the maximum lengths allowed for certain properties or types of properties.

The remainder of this section provides additional information about particular, special node properties and other information that applies generally to node properties.

Next steps