Yep, I've been reading their XML schema but it seems a bit odd.

Mode and Method appear to be defined the wrong way around: They have
mode referring to what I would think is more naturally termed the
interpolation method (linear, cosine or cubic) and method referring to
what seems more appropriately termed the mode (numeric or colour).

Also, in the function schema, LookupValue seems to have been
mistakenly place inside the sequence...

<xsd:element name="Interpolate" type="se:InterpolateType"
substitutionGroup="se:Function"/>
<xsd:complexType name="InterpolateType">
    <xsd:complexContent>
        <xsd:extension base="se:FunctionType">
            <xsd:sequence>
                <xsd:element ref="se:LookupValue"/>
                <xsd:element ref="se:InterpolationPoint" maxOccurs="unbounded"/>
            </xsd:sequence>
            <xsd:attribute name="mode" type="se:ModeType"/>
           <xsd:attribute name="method" type="se:MethodType"/>
       </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>

XML isn't my forte (to say the least) so please correct me if I'm wrong.

Michael

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to