Specifies the content of a picture.
<PictureData> <contentType type="xs:string"/> <size type="xs:unsignedInt"/> <data type="xs:base64Binary"/>
Specifies the contentType of the image. It should be “image/jpeg”.
Specifies the size of the image. The image needs to be smaller than 2K.
Specifies the actual image data.
A picture has the following restrictions. It is up to the developer to make sure the image meets the following criteria.
The file format is jpeg. The contentType specifies the mime contentType of “image/jpeg”.
The size of the file must be less than 2K.
The maximum dimension of the image is 64 X 64 pixels.