Showing:

Diagrams
Facets
Properties
Source
Used by
Element minus_sign
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram
Type restriction of xs:string
Properties
content simple
Facets
enumeration -
Used by
Source
<xs:element name="minus_sign">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="-"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>