Default Namespace
The following types are members of this namespace:
The following elements are members of this namespace:
album
A hi5 photo album.
Attributes
| name | description |
|---|---|
| id | Unique identifier for this album |
| name | Name of the album |
| preview | URL for a preview image from this album |
Child Elements
| name | min/max occurs |
description |
|---|---|---|
| item | 0/unbounded | Details for photos in this album, see type photo |
albums
A collection of hi5 photo albums. This collection contains 1 or more elements of type Album each of which contains 1 or more elements
of type Photo. A sample XML document for a collection of albums:
<albums>
<album id="123" name="hi5 Album" preview="http://path/to/preview/photo" count="2">
<item description="photo 1" img="http://path/to/photo1/thumbnail" url="http://path/to/photo1/full_size" />
<item description="photo 2" img="http://path/to/photo2/thumbnail" url="http://path/to/photo2/full_size" />
</album>
...
</albums>
Child Elements
| name | min/max occurs |
description |
|---|---|---|
| album | 0/unbounded | Details for a photo albums in this collection |
albums
type: albums
A collection of hi5 photo albums. This collection contains 1 or more elements of type Album each of which contains 1 or more elements
of type Photo. A sample XML document for a collection of albums:
<albums>
<album id="123" name="hi5 Album" preview="http://path/to/preview/photo" count="2">
<item description="photo 1" img="http://path/to/photo1/thumbnail" url="http://path/to/photo1/full_size" />
<item description="photo 2" img="http://path/to/photo2/thumbnail" url="http://path/to/photo2/full_size" />
</album>
...
</albums>