gml:SignType

gml:SignType is a convenience type with values "+" (plus) and "-" (minus).

Simple Type Information

Used By

Source

<simpleType name="SignType">
  <annotation>
    <documentation>gml:SignType is a convenience type with values "+" (plus) and "-" (minus).</documentation>
  </annotation>
  <restriction base="string">
    <enumeration value="-"/>
    <enumeration value="+"/>
  </restriction>
</simpleType>