XML Builder Property Set Values for Diagram are not saved during creation

1584
0
05-03-2016 01:55 AM
OmarMarji
New Contributor

When generating an XML Builder based diagram, the property set values set for a diagram are not saved into the database table fields (but are accessible through the APIs). While when the diagram is updated, the property set values are updated into the database fields correctly.

Is there a known issue in this regard?

I am basically following the XSD definition here (http://help.arcgis.com/En/Arcgisdesktop/10.0/Help/index.html#//004z0000001t000000) and in my external component the property set values are set similar to the example

<PropertySet>
  <PropertyArray>
  <PropertySetProperty>
  <Key>Country</Key>
  <Value>CALIFORNIA</Value>
  </PropertySetProperty>
  <PropertySetProperty>
  ...
  </PropertySetProperty>
  </PropertyArray>  
</PropertySet>

When the diagram is generated, if I check the database table SCH###D_TEMPLATENAME the table fields corresponding to the property sets in my XML are always empty.

When Updating the diagram with the same XML, the property values are being update to whatever is in the XML document.

Anyone facing this issue? If yes, how can I get past this?

Thanks

0 Kudos
0 Replies