Document generateDescribeCoverageDoc()
{
// CoverageDescription (wcs) [1]
Element coverageDescriptionsElem = new Element( "CoverageDescription", wcsNS );
coverageDescriptionsElem.addNamespaceDeclaration( gmlNS );
coverageDescriptionsElem.addNamespaceDeclaration( xlinkNS );
coverageDescriptionsElem.setAttribute( "version", this.getVersion() );
// ToDo Consider dealing with "updateSequence"
// coverageDescriptionsElem.setAttribute( "updateSequence", this.getCurrentUpdateSequence() );
for ( String curCoverageId : this.coverages )