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 fully qualified field names are valid for the sample structure above.
Enterprise.SystemSBR.Person.FirstName
Enterprise.SystemSBR.Person.Address.StreetAddress
Enterprise SystemSBR.Person.Phone.PhoneNumber
The qualified field names that correspond with the fully qualified names listed above are:
Person.FirstName
Person.Address.StreetAddress
Person.Phone.PhoneNumber