Skip to content

Commit

Permalink
add colorrange and datarange #6381
Browse files Browse the repository at this point in the history
  • Loading branch information
1744197233 committed Aug 9, 2021
1 parent 27b2863 commit 6caa0b1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions xmlmapfile/mapfile.xsd
Expand Up @@ -69,10 +69,8 @@
<xs:attribute name="max" type="xs:double"/>
</xs:complexType>
<xs:complexType name="colorRangeType">
<xs:all>
<xs:element name="startColor" type="ms:rgbColorType"/>
<xs:element name="endColor" type="ms:rgbColorType"/>
</xs:all>
<xs:attribute name="rgbColorStart" type="xs:string" use="required"/>
<xs:attribute name="rgbColorEnd" type="xs:string" use="required"/>
</xs:complexType>
<xs:complexType name="pointType">
<xs:attribute name="x" type="xs:float"/>
Expand Down

0 comments on commit 6caa0b1

Please sign in to comment.