Body XPath (Node Property of All Schemas)

 

Use the Body XPath property to identify the portion of the schema that defines the body of the message associated with the selected root Record node in an envelope schema.

Applies to Nodes of Type

Record

Category

Parse

Allowed Values

XPath values are specified using the schema subtree displayed within the Body XPath dialog box, which can be opened using the ellipsis (...) button located to the right of the Body XPath property value field.

Note

Only canonical XPath values are supported by the BizTalk Server engine. They must be constructed using the default schema format (for example: /*[local-name()="..." and namespace-uri()="..."]). Also note that position()="..." specifiers cannot be used in the XPath.

Default Value

None.

XSD Persistence

As the value of the body_xpath attribute of the schema/annotation/appinfo/recordInfo element.

Remarks

You can examine and set this property in the Visual Studio Properties window when you select a root Record node in an envelope schema in BizTalk Editor (envelope schemas are those schemas for which you have set the Envelope property of the Schema node to Yes).

See Also

Node Properties of All Schemas