http://www.ptc.com/service-center| name | data type | type | namespace | min/max occurs | description |
|---|---|---|---|---|---|
| acl | SCAcl | element | 0/1 | ||
| applicationId | string | element | 0/1 | ||
| attributes | anyType | element | 0/unbounded | ||
| collectionRefs | anyType | element | 0/unbounded | ||
| collections | anyType | element | 0/unbounded | ||
| |
|
|
|
|
|
| displayName | string | element | 0/1 | ||
| domainTypeId | string | element | 0/1 | ||
| id | string | element | 0/1 | ||
| |
|
|
|
|
|
| metadataGroup | anyType | element | 0/unbounded | ||
| modifiers | anyType | element | 0/unbounded | ||
| objectRefs | anyType | element | 0/unbounded | ||
| objects | anyType | element | 0/unbounded | ||
| orgName | string | element | 0/1 | ||
| versionId | string | element | 0/1 | ||
| wcTypeId | string | element | 0/1 |
Example
<item xmlns="http://www.ptc.com/service-center"> <wcTypeId xmlns="">WCTYPE|com.ptc.sc.ph.SCProductHierarchyRoot</wcTypeId> <objects xmlns="">...</objects> <attributes xmlns="">...</attributes> <orgName xmlns="">...</orgName> <objectRefs xmlns="">...</objectRefs> <metadataGroup xmlns="">...</metadataGroup> <collectionRefs xmlns="">...</collectionRefs> <displayName xmlns="">Item Display Name</displayName> <collections xmlns="">...</collections> <modifiers xmlns="">...</modifiers> <domainTypeId xmlns="">Product</domainTypeId> <acl xmlns="" delete="..." edit="..."/> <applicationId xmlns="">...</applicationId> <versionId xmlns="">...</versionId> <id xmlns="">com.ptc.sc.ph.SCProductHierarchyRoot-12345</id> </item>