simpleType "xs:integer"
Namespace:
Defined:
globally in XMLSchema.xsd; see XML source
Used:
Simple Content Model
Simple Content Restrictions:
FractionDigits:
0
Pattern:
[\-+]?[0-9]+

Known Direct Subtypes (3):
Known Indirect Subtypes (10):
All Direct / Indirect Based Attributes (8):
Known Usage Locations
Annotation
See:  http://www.w3.org/TR/xmlschema-2/#integer
Type Definition Detail
Type Derivation Tree
xs:anySimpleType (restriction)
  xs:decimal (restriction)
      xs:integer
Derivation:
restriction of xs:decimal
Facets:
fractionDigits:
0
pattern:
[\-+]?[0-9]+
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType id="integer" name="integer">
<xs:restriction base="xs:decimal">
<xs:fractionDigits fixed="true" id="integer.fractionDigits" value="0"/>
<xs:pattern value="[\-+]?[0-9]+"/>
</xs:restriction>
</xs:simpleType>

XML schema documentation generated with FlexDoc/XML 1.13 using FlexDoc/XML XSDDoc 2.9.5 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.