a few minor element changes

Chris Jones PISCO Project cjones at ecoinfo.nceas.ucsb.edu
Fri May 24 08:37:21 PDT 2002


Hi folks,

I did a quick grep through the .xsd files to find elements with truncated 
names as part of bug 497.  Here's the list...while people are editing 
these files individually, you might change the element names to full 
names, otherwise I'll make a pass again when things are checked in.

eml-entity.xsd:         <xs:element ref="cov:temporalCov"/>
eml-entity.xsd:         <xs:element ref="cov:geographicCov"/>
eml-entity.xsd:         <xs:element ref="cov:taxonomicCov"/>

eml-literature.xsd:     <xs:element name="citation" type="LitCitation">
eml-literature.xsd:     <xs:element name="pubInfo" 
                                    type="rp:ResponsibleParty">
eml-literature.xsd:     <xs:element name="pubInfo" 
                                    type="rp:ResponsibleParty">

eml-party.xsd:          <xs:element name="onlineLink" type="xs:anyURI" 
                                    minOccurs="0" maxOccurs="unbounded">

eml-physical.xsd:       <xs:element name="numHeaderLines" type="xs:string" 
                                    minOccurs="0">

eml-physical.xsd:       <xs:element name="maxRecordLength" 
                                    type="xs:string" minOccurs="0"/>

eml-project.xsd:        <xs:element ref="cov:temporalCov" minOccurs="0" 
                                    maxOccurs="unbounded"/>
eml-project.xsd:        <xs:element name="geographicCov" 
                                    type="cov:GeographicCoverage" 
                                    minOccurs="0" maxOccurs="unbounded">
eml-project.xsd:        <xs:element name="temporalCov" 
                                    type="cov:TemporalCoverage" 
                                    minOccurs="0" maxOccurs="unbounded">





More information about the Eml-dev mailing list