Identifiers and attributes used in the schema

Items shown as [ .... ] are optional attributes. Items shown as {xxx | yyy} mean that the value can be one of the alternatives given. Items shown in italics mean that the variable can have any value.
uuid
The universally unique identifier for WebSphere Message Broker objects (for example, nodes in a message flow)
client identifier
The delivery destination for the subscriber. For example:
mqrfh2:WBRK_QM:subscriberqueue
mqrfh:WBRK_QM:subscriberqueue2:CorrelId
identifier
uuid="uuid"
label
label="label"
message_flow_identifier
uuid="message_flow_identifier" //This is usually a uuid
message_flow_attributes
[label='label']
[additionalInstances="number"]
[commitCount="number"]
[commitInterval"number"]
[coordinatedTransaction={"yes" | "no" }]
node_identifier
uuid='node_flow_identifier' //This is usually a number of concatenated uuids
node_attributes
[label='label']

Others vary according to type. All are optional. See the node descriptions for details.

connection_identifier
sourceNode='source_node identifier' 
sourceTerminal='source_terminal_name'
targetNode='target_node_identifier'
targetTerminal='target_terminal_name'
neighbor_identifier
name="uuid"
neighbor_attributes
collectiveId={"" | "uuid"}

CollectiveId is "" if the neighbor is in the same collective as the broker; otherwise, it is the identifier for the neighbor's collective.

mqbrokerconnection_attributes
queueManagerName="queueManagerName"
topic_identifier
name="topicName"
acl_identifier
principalName="userIdentifier"
acl_attributes
principalType={"user" | "group"}
[publish={"yes" | "no" | "inherit"}]
[subscribe={"yes" | "no" | "inherit"}]
[persistent={"yes" | "no" | "inherit"}]
subscription_identifier
clientId="client identifier"
[subscriptionPoint="subscriptionPointName"]
[filter="filterExpression"]
subscription_attributes
userId="userIdentifier"
persistent={"true" | "false" | "asPublish" | "asQDef"}
localOnly={"true" | "false"}
pubOnReqOnly={"true" | "false"}
informIfRet={"true" | "false"}
expiryTimeStamp={"GMTTimeStamp" | "0" }
createTimeStamp="GMTTimeStamp"
tempDynamicQueue={"true" | "false"}
clientContext="clientContext"
retainedpublication_identifier
[subscriptionPoint="subscriptionPointName"]
Related concepts
Broker domains
Related tasks
Creating a broker