Skip to content
This repository has been archived by the owner on Jul 21, 2020. It is now read-only.

allow coverageType = NULL #51

Open
kvanmalssen opened this issue Sep 8, 2011 · 0 comments
Open

allow coverageType = NULL #51

kvanmalssen opened this issue Sep 8, 2011 · 0 comments

Comments

@kvanmalssen
Copy link

If the coverageType element is used, in the XML expression it must be Spatial or Temporal. Need to be able to supress coverageType element when coverageType is not used be coverage is.

if coverage="a" and coverageType="Spatial" then

<pbcoreCoverage>
<coverage>a</coverage>
<coverageType>Spatial</coverageType>
</pbcoreCoverage>

if coverage="a" and coverageType="" then

<pbcoreCoverage>
<coverage>a</coverage>
</pbcoreCoverage>

but
<pbcoreCoverage>
<coverage>a</coverage>
<coverageType></coverageType>
</pbcoreCoverage>
or
<pbcoreCoverage>
<coverage>a</coverage>
<coverageType/>
</pbcoreCoverage>

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant