artist element

Type: artist
Namespace: (default namespace)
XML Schema: ns0.xsd

Artist

Example XML

<?xml version="1.0" encoding="UTF-8"?> <artist> <id>...</id> <version>...</version> <creationDate>...</creationDate> <modificationDate>...</modificationDate> <name>...</name> <company> <UUID>...</UUID> <modificationDate>...</modificationDate> <id>...</id> <creationDate>...</creationDate> <deleted>...</deleted> <version>...</version> <label>...</label> </company> <artistType> <UUID>...</UUID> <modificationDate>...</modificationDate> <id>...</id> <creationDate>...</creationDate> <deleted>...</deleted> <version>...</version> <label>...</label> </artistType> <artistType> <!--...--> </artistType> <!--...more "artistType" elements...--> <artistStyle> <UUID>...</UUID> <modificationDate>...</modificationDate> <id>...</id> <creationDate>...</creationDate> <deleted>...</deleted> <version>...</version> <label>...</label> </artistStyle> <artistStyle> <!--...--> </artistStyle> <!--...more "artistStyle" elements...--> <description>...</description> <picture>...</picture> <pictureCredit>...</pictureCredit> <thumbnail>...</thumbnail> <thumbnailW300px>...</thumbnailW300px> <thumbnailW600px>...</thumbnailW600px> <website>...</website> <facebookFanPage>...</facebookFanPage> <googlePlusFanPage>...</googlePlusFanPage> <twitterID>...</twitterID> <mySpacePage>...</mySpacePage> <youTubeChannel>...</youTubeChannel> <dailyMotionChannel>...</dailyMotionChannel> <soundCloudChannel>...</soundCloudChannel> <whyd>...</whyd> <sceneLocale>...</sceneLocale> </artist>

Example JSON

{ "id" : ..., "version" : ..., "creationDate" : ..., "modificationDate" : ..., "name" : "...", "company" : { "label" : "...", "UUID" : "...", "modificationDate" : ..., "id" : ..., "creationDate" : ..., "deleted" : false, "version" : ... }, "artistType" : [ { "label" : "...", "UUID" : "...", "modificationDate" : ..., "id" : ..., "creationDate" : ..., "deleted" : false, "version" : ... }, ... ], "artistStyle" : [ { "label" : "...", "UUID" : "...", "modificationDate" : ..., "id" : ..., "creationDate" : ..., "deleted" : false, "version" : ... }, ... ], "description" : "...", "picture" : "...", "pictureCredit" : "...", "thumbnail" : "...", "thumbnailW300px" : "...", "thumbnailW600px" : "...", "website" : "...", "facebookFanPage" : "...", "googlePlusFanPage" : "...", "twitterID" : "...", "mySpacePage" : "...", "youTubeChannel" : "...", "dailyMotionChannel" : "...", "soundCloudChannel" : "...", "whyd" : "...", "sceneLocale" : "..." }