[eml-dev] [Bug 2568] - Inconsistent naming of "method"(s) element
bugzilla-daemon at ecoinformatics.org
bugzilla-daemon at ecoinformatics.org
Tue Dec 2 15:53:40 PST 2008
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=2568
------- Comment #6 from mob at icess.ucsb.edu 2008-12-02 15:53 -------
Just adding a summary of what Jing and I found for method/s declarations:
These 2 were already declared as "methods" and dont need to be changed:
eml-dataset.xsd: <xs:element name="methods" type="md:MethodsType"
minOccurs="0">
eml-methods.xsd: <xs:element name="methods" type="MethodsType">
This path need to be changed: attribute/method
eml-attribute.xsd: <xs:element name="method" type="md:MethodsType"
minOccurs="0">
and those that use the EntityGroup:
otherEntity/method
dataTable/method
spatialRaster/method
spatialVector/method
view/method
eml-entity.xsd: <xs:group name="EntityGroup">
eml-entity.xsd: <xs:element name="method" type="md:MethodsType"
minOccurs="0">
eml-dataTable.xsd: <xs:group ref="ent:EntityGroup"/>
eml-entity.xsd: <xs:group ref="EntityGroup"/>
eml-spatialRaster.xsd: <xs:group ref="ent:EntityGroup"/>
eml-spatialVector.xsd: <xs:group ref="ent:EntityGroup"/>
eml-storedProcedure.xsd: <xs:group ref="ent:EntityGroup"/>
eml-view.xsd: <xs:group ref="ent:EntityGroup"/>
More information about the Eml-dev
mailing list