-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Point collection catalog yields warnings #28
Comments
where does this message come from? an XML validator i assume. where does it On Sun, Jun 21, 2015 at 9:49 AM, Ryan May [email protected] wrote:
|
<xsd:complexType name="controlledVocabulary"> Optional and Required Attributes Attributes are optional by default. To specify that the attribute is On Sun, Jun 21, 2015 at 3:25 PM, John Caron [email protected] wrote:
|
I got it wrong in siphon. I'll get it fixed. On Sunday, June 21, 2015, John Caron [email protected] wrote:
|
@JohnLCaron - If attributes are optional by default, what is the difference between the optional attributes that minOccurs=0 and some those that do not? For example:
What is the difference between, say, start and stop, and resolution and units? Does that indicate that if there is a start and stop, there may be a resolution and units (but start and stop must exist)? |
Fixes warning message reported in Unidata#28 More work to ensure attrs are actually required - see Unidata#30
attributes can only be required or not. elements (as above) can have 0 to many, default i think is min=1, max=1 On Mon, Jun 22, 2015 at 10:06 AM, Sean Arms [email protected]
|
Ah, yes. My bad for mixing up attrs and elements. Thanks! On Mon, Jun 22, 2015 at 11:27 AM, John Caron [email protected]
|
Silence some warnings (Addresses #28)
Fixed with 7f07012. |
The following code:
yields:
I'm not sure if we're wrong or if thredds is wrong, but since we control it all, we really should make these warning go away somehow. (i.e. fix TDS or fix Siphon).
The text was updated successfully, but these errors were encountered: