channel element
Type: | channelElement |
Namespace: | (default namespace) |
XML Schema: | ns0.xsd |
Channel
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<channel>
<sowprogId>
<id>...</id>
<UUID>...</UUID>
<version>...</version>
<creationDate>...</creationDate>
<modificationDate>...</modificationDate>
</sowprogId>
<link>
<href>...</href>
<method>...</method>
<rel>...</rel>
</link>
<link>
<!--...-->
</link>
<!--...more "link" elements...-->
<name>...</name>
</channel>
Example JSON
{
"link" : [ {
"href" : "...",
"method" : "GET",
"rel" : "self"
}, ... ],
"name" : "...",
"sowprogId" : {
"id" : "...",
"UUID" : "...",
"version" : ...,
"creationDate" : ...,
"modificationDate" : ...
}
}