|
| Copyright © Cloud Software Group, Inc. All Rights Reserved |
The RawRVMsg2 schema describes a generic message structure. The structure contains a root element named msg. In the msg element is a repeatable element named field. Each field contains a name, id, and a choice element. The choice element contains the data of the field. A field’s data can be either a scalar value or another message.Figure 23 illustrates the generic TIBCO Rendezvous message schema used in a Rendezvous Subscriber process starter.Figure 23 Schema for RawRVMsg2.xsdBefore using the RawRVMsg2 schema, you must add the schema to your project. See RawRVMsg2 Schema for more information about adding this schema to your project.
1. Create a root element in the Input/Output Editor tab with the Add Child button.
You can only use the msg element of the RawRVMsg2 schema on the root element in the schema you create in the Input or Output Editor tab. Do not attempt to use this schema for any element that is not the root of the schema.
3. Use the Browse Resources button in the Schema field to locate and select the RawRVMsg2 schema.See TIBCO ActiveMatrix BusinessWorks Process Design for more information about XPath.
|
| Copyright © Cloud Software Group, Inc. All Rights Reserved |