Ownership Data Type

Ownership information for inventory item.

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
Owners list of OwnerInfo element 0/unbounded Gets the users that own the inventory item.
organization ManagedObjectReference element 0/1 Gets the organization that owns the inventory item.
Properties inherited from supportTemplating
xsitype string attribute 0/1  

Example

<Ownership xsitype="...">
  <organization xsitype="...">
    <displayName>...</displayName>
    <type>...</type>
    <id>...</id>
  </organization>
  <Owners xsitype="...">
    <id>...</id>
    <loginId>...</loginId>
    <displayName>...</displayName>
    <email>...</email>
    <itContact>...</itContact>
    <primary>...</primary>
  </Owners>
</Ownership>