Property Set Examples and Their XML Representation

The following are examples of different types of property sets that are available and their XML representation:

Arbitrary Property Set

	<?Siebel-Property-Set> <PropertySet> <Person> Jack </Person> </PropertySet>

Siebel Message

	<?Siebel-Property-Set EscapeNames="true"><PropertySet><SiebelMessage MessageID="1-
	111" IntObjectFormat="Siebel Hierarchical" MessageType="Integration Object" 
	IntObjName="Sample Account"><ListOfSample_spcAccount>...</
	ListOfSample_spcAccount></SiebelMessage></PropertySet>

XML Hierarchy

	<?Siebel-Property-Set><PropertySet><_XMLHierarchy><Account><Contact>...</
	Contact></Account><_XMLHierarchy></PropertySet>

The following illustrates an example property set hierarchy and the XML that would be generated for each component of the hierarchy. The XML was generated with the EscapeNames user property set to True.

In this image, at the top of the hierarchy, Property Set with Type (Account Object) and Child Array is connected to Property Set with Type (Business Address) and Child Array. This is connected to two Property Sets with the following values: Type (Street), Value: Broadway, and Type (City) and Value: New York.