locations element
Type: | locations |
Namespace: | (default namespace) |
XML Schema: | ns0.xsd |
Locations
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<locations>
<location>
<id>...</id>
<version>...</version>
<creationDate>...</creationDate>
<modificationDate>...</modificationDate>
<name>...</name>
<website>...</website>
<facebookFanPage>...</facebookFanPage>
<googlePlusFanPage>...</googlePlusFanPage>
<twitterID>...</twitterID>
<mySpacePage>...</mySpacePage>
<youTubeChannel>...</youTubeChannel>
<dailyMotionChannel>...</dailyMotionChannel>
<soundCloudChannel>...</soundCloudChannel>
<whyd>...</whyd>
<sceneLocale>...</sceneLocale>
<description>...</description>
<logo>...</logo>
<logoThumbnail>...</logoThumbnail>
<logoThumbnailW300px>...</logoThumbnailW300px>
<logoThumbnailW600px>...</logoThumbnailW600px>
<banner>...</banner>
<contact>
<email>...</email>
<addressLine1>...</addressLine1>
<addressLine2>...</addressLine2>
<zipCode>...</zipCode>
<city>...</city>
<department>...</department>
<state>...</state>
<country>...</country>
<phone1>...</phone1>
<phone2>...</phone2>
<lattitude>...</lattitude>
<longitude>...</longitude>
</contact>
</location>
<location>
<!--...-->
</location>
<!--...more "location" elements...-->
</locations>
Example JSON
{
"location" : [ {
"id" : ...,
"version" : ...,
"creationDate" : ...,
"modificationDate" : ...,
"name" : "...",
"website" : "...",
"facebookFanPage" : "...",
"googlePlusFanPage" : "...",
"twitterID" : "...",
"mySpacePage" : "...",
"youTubeChannel" : "...",
"dailyMotionChannel" : "...",
"soundCloudChannel" : "...",
"whyd" : "...",
"sceneLocale" : "...",
"description" : "...",
"logo" : "...",
"logoThumbnail" : "...",
"logoThumbnailW300px" : "...",
"logoThumbnailW600px" : "...",
"banner" : "...",
"contact" : {
"email" : "...",
"addressLine1" : "...",
"addressLine2" : "...",
"zipCode" : "...",
"city" : "...",
"department" : "...",
"state" : "...",
"country" : "...",
"phone1" : "...",
"phone2" : "...",
"lattitude" : "...",
"longitude" : "..."
}
}, ... ]
}