Skip to content

Commit

Permalink
Data integrity bug fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
dharvey-consbio committed Oct 19, 2016
1 parent e5a7cd4 commit f230c8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/iso-19139-std.dtd
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@

<!-- MD_Metadata.identificationInfo -->
<!ELEMENT gmd:identificationInfo (gmd:MD_DataIdentification | srv:SV_ServiceIdentification)>
<!ELEMENT gmd:MD_DataIdentification (gmd:citation, gmd:abstract, gmd:purpose, gmd:credit+, gmd:status, gmd:pointOfContact, gmd:resourceMaintenance+, gmd:graphicOverview?, gmd:descriptiveKeywords+, gmd:resourceSpecificUsage*, gmd:resourceConstraints*, gmd:aggregationInfo?, gmd:spatialRepresentationType, gmd:spatialResolution*, gmd:language+, gmd:characterSet?, gmd:topicCategory, gmd:environmentDescription?, gmd:extent+, gmd:supplementalInformation?)>
<!ELEMENT gmd:MD_DataIdentification (gmd:citation, gmd:abstract, gmd:purpose, gmd:credit+, gmd:status, gmd:pointOfContact*, gmd:resourceMaintenance+, gmd:graphicOverview?, gmd:descriptiveKeywords+, gmd:resourceSpecificUsage*, gmd:resourceConstraints*, gmd:aggregationInfo?, gmd:spatialRepresentationType, gmd:spatialResolution*, gmd:language+, gmd:characterSet?, gmd:topicCategory, gmd:environmentDescription?, gmd:extent+, gmd:supplementalInformation?)>
<!ELEMENT gmd:purpose (gco:CharacterString)>
<!ELEMENT gmd:credit (gco:CharacterString)>
<!ELEMENT gmd:pointOfContact (gmd:CI_ResponsibleParty+)>
Expand Down Expand Up @@ -485,7 +485,7 @@
<!ELEMENT gmd:scaleDenominator (gmd:MD_RepresentativeFraction)>
<!ELEMENT gmd:MD_RepresentativeFraction (gmd:denominator)>

<!ELEMENT gmd:EX_Extent (gmd:description?, gmd:temporalElement?, gmd:geographicElement*)>
<!ELEMENT gmd:EX_Extent (gmd:description?, gmd:temporalElement*, gmd:geographicElement*)>
<!ELEMENT gmd:geographicElement (gmd:EX_BoundingPolygon | gmd:EX_GeographicBoundingBox | gmd:EX_GeographicDescription)>
<!ELEMENT gmd:EX_BoundingPolygon (gmd:extentTypeCode?, gmd:polygon+)>
<!ELEMENT gmd:polygon (gml:LineString|gml:Point)>
Expand Down

0 comments on commit f230c8f

Please sign in to comment.