SCItem

Namespace
http://www.ptc.com/service-center
Schema
SC.xsd
Properties
name data type type namespace min/max occurs description
acl SCAcl element 0/1  
attributes anyType element 0/unbounded  
collectionRefs anyType element 0/unbounded  
collections anyType element 0/unbounded  
customMetadata anyType element 0/unbounded  
displayName string element 0/1  
domainTypeId string element 0/1  
id string element 0/1  
metadata anyType element 0/unbounded  
metadataGroup anyType element 0/unbounded  
modifiers anyType element 0/unbounded  
objectRefs anyType element 0/unbounded  
objects anyType element 0/unbounded  
wcTypeId string element 0/1  

Example

<item xmlns="http://www.ptc.com/service-center">
   <domainTypeId xmlns="">Product</domainTypeId>
   <objects xmlns="">...</objects>
   <acl xmlns="" delete="..." edit="..."/>
   <modifiers xmlns="">...</modifiers>
   <collectionRefs xmlns="">...</collectionRefs>
   <collections xmlns="">...</collections>
   <objectRefs xmlns="">...</objectRefs>
   <metadataGroup xmlns="">...</metadataGroup>
   <id xmlns="">com.ptc.sc.ph.SCProductHierarchyRoot-12345</id>
   <attributes xmlns="">...</attributes>
   <wcTypeId xmlns="">WCTYPE|com.ptc.sc.ph.SCProductHierarchyRoot</wcTypeId>
   <displayName xmlns="">Item Display Name</displayName>
</item>