2.2.4.43 MetadataItem

The MetadataItem type contains the definition of the specific media item.<6>

Namespace: http://contracts.microsoft.com/WindowsServerEssentials/2011/09/WebApi

 <xs:complexType name="MetadataItem">
   <xs:complexContent mixed="false">
     <xs:extension base="tns1:MetadataBase">
       <xs:sequence>
         <xs:element minOccurs="0" maxOccurs="1" name="Album" nillable="true" type="xs:string"/>
         <xs:element minOccurs="0" maxOccurs="1" name="AlbumArtist" nillable="true" type="xs:string"/>
         <xs:element minOccurs="0" maxOccurs="1" name="Duration" nillable="true" type="xs:string"/>
         <xs:element minOccurs="0" maxOccurs="1" name="ParentFullPath" nillable="true" type="xs:string"/>
         <xs:element minOccurs="0" maxOccurs="1" name="Rating" nillable="true" type="xs:string"/>
         <xs:element minOccurs="0" maxOccurs="1" name="Resolution" nillable="true" type="xs:string"/>
         <xs:element minOccurs="0" maxOccurs="1" name="Size" nillable="true" type="xs:string"/>
         <xs:element minOccurs="0" maxOccurs="1" name="Tags" nillable="true" type="xs:string"/>
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

Album: The album of the media item.

AlbumArtist: The album artist of the media item.

Duration: The duration of the media item.

ParentFullPath: The full path of the media item's parent container.

Rating: The rating of the media item.

Resolution: The resolution of the media item.

Size: The size of the media item.

Tags: The tags of the media item.