MTLibraryOwner Data Type

A MTLibraryOwner represents a library owner. A library owner may be associated with one or more libraries.

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
comment string element 0/1  
id string element 0/1  
name string element 0/1  
updated dateTime element 0/1  

Example

<libraryOwner>
  <comment>...</comment>
  <name>...</name>
  <id>...</id>
  <updated>...</updated>
</libraryOwner>