[DAS2] namespace description

Andrew Dalke dalke at dalkescientific.com
Wed Mar 16 18:40:09 UTC 2005


The spec has an example which looks like


       <NAMESPACE id="volvox/1/type">Feature types
          <FORMAT id="das2xml" type="text/x-das-featuretype+xml" />
          <FORMAT id="compact" type="text/x-das-featuretype+compact" />
       </NAMESPACE>

The description in the NAMESPACE is somewhat tricky to handle.
I was able to get a schema description for it as mixed text, but it
allows the following

       <NAMESPACE id="volvox/1/type">
          <FORMAT id="das2xml" type="text/x-das-featuretype+xml" />
Feature
          <FORMAT id="compact" type="text/x-das-featuretype+compact" />
  types
       </NAMESPACE>

I would rather see something like

       <NAMESPACE id="volvox/1/type" description="Feature types">
          <FORMAT id="das2xml" type="text/x-das-featuretype+xml" />
          <FORMAT id="compact" type="text/x-das-featuretype+compact" />
       </NAMESPACE>


					Andrew
					dalke at dalkescientific.com




More information about the DAS2 mailing list