eventGroups element
Type: | eventGroups |
Namespace: | (default namespace) |
XML Schema: | ns0.xsd |
Event groups (Festival)
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<eventGroups>
<eventGroup>
<id>...</id>
<version>...</version>
<creationDate>...</creationDate>
<modificationDate>...</modificationDate>
<title>...</title>
<startDate>...</startDate>
<endDate>...</endDate>
<eventGroupStyles>
<UUID>...</UUID>
<modificationDate>...</modificationDate>
<id>...</id>
<creationDate>...</creationDate>
<deleted>...</deleted>
<version>...</version>
<label>...</label>
</eventGroupStyles>
<eventGroupStyles>
<!--...-->
</eventGroupStyles>
<!--...more "eventGroupStyles" 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>
</eventGroup>
<eventGroup>
<!--...-->
</eventGroup>
<!--...more "eventGroup" elements...-->
</eventGroups>
Example JSON
{
"eventGroup" : [ {
"id" : ...,
"version" : ...,
"creationDate" : ...,
"modificationDate" : ...,
"title" : "...",
"startDate" : "...",
"endDate" : "...",
"eventGroupStyles" : [ {
"label" : "...",
"UUID" : "...",
"modificationDate" : ...,
"id" : ...,
"creationDate" : ...,
"deleted" : false,
"version" : ...
}, ... ],
"description" : "...",
"picture" : "...",
"pictureCredit" : "...",
"thumbnail" : "...",
"thumbnailW300px" : "...",
"thumbnailW600px" : "...",
"website" : "...",
"facebookFanPage" : "...",
"googlePlusFanPage" : "...",
"twitterID" : "...",
"mySpacePage" : "...",
"youTubeChannel" : "...",
"dailyMotionChannel" : "...",
"soundCloudChannel" : "...",
"whyd" : "...",
"sceneLocale" : "..."
}, ... ]
}