Showing:

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