Namespace |
http://www.sqlparser.com/xml/ansi2003 |
Diagram
|
|
Type |
restriction of xs:integer |
Properties
|
|
Facets
|
pattern |
([\-+]?[0-9]+) & ([0-9]) |
|
|
Used by
|
|
Source
|
<xs:element name="digit">
<xs:simpleType>
<xs:restriction base="xs:integer">
<xs:pattern value="[0-9]"/>
</xs:restriction>
</xs:simpleType>
</xs:element> |
|