Share via


dataObject Attribute (partFragment Element)

Specifies the name of the data object to use when submitting a partFragment element to a Microsoft Biztalk 2004 Human Workflow Services (HWS) server.

Type

  xsd:string

Parent Elements

Element Description
partFragment Defines one substitution group for a specific part of the input Simple Object Access Protocol (SOAP) message.

Definition

  <xsd:attribute name="dataObject" type="xsd:string" use="optional" ></xsd:attribute>

Remarks

Example

The following is an example of the dataObject attribute as it is used in the partFragment element:

  <xsf:partFragment 
 match="ActionSection/Target"
 replaceWith="/my:myFields/my:Target"
 dataObject="hwsDataObject3"/>