Showing:

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