Changes between Initial Version and Version 1 of Ticket #366, comment 7
- Timestamp:
- Jul 18, 2013, 9:01:20 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #366, comment 7
initial v1 1 In the `ServiceMetadata.templ` template, I want to insert an 'ows:ExtendedCapabilities' section to hold some INSPIRE download service metadata. To do this I need to insert the 'ows:ExtendedCapabilities' section inside an 'wcs:Extension' section. The wcsCommon schema tells me that there can only be one 'wcs:Extension' section within the 'wcs:ServiceMetadata' section. The 'crs:CrsMetadata' section must also be placed within a 'wcs:Extension'section to be valid.1 In the `ServiceMetadata.templ` template, I want to insert an `ows:ExtendedCapabilities` section to hold some INSPIRE download service metadata. To do this I need to insert the `ows:ExtendedCapabilities` section inside an `wcs:Extension` section. The wcsCommon schema tells me that there can only be one `wcs:Extension` section within the `wcs:ServiceMetadata` section. The `crs:CrsMetadata` section must also be placed within a `wcs:Extension` section to be valid. 2 2 3 So my problem is how do I add my ows:ExtendedCapabilities section to the same 'wcs:Extension' section as the 'crs:CrsMetadata'section?3 So my problem is how do I add my `ows:ExtendedCapabilities` section to the same `wcs:Extension` section as the `crs:CrsMetadata` section?