The following sample illustrates an object structure that could be defined in object.xml. The object contains a Person parent object, and Address and Phone child objects.
Person
FirstName
LastName
DateOfBirth
Gender
-Address
AddressType
StreetAddress
Street
City
State
PostalCode
-Phone
PhoneType
PhoneNumber
|
The following simple field names are valid for the sample structure above.
Person.FirstName
Address.StreetAddress
Phone.PhoneNumber