simpleType "xs:negativeInteger"
Namespace:
Defined:
globally in XMLSchema.xsd; see XML source
Used:
never
Simple Content Model
Simple Content Restrictions:
MaxInclusive:
-1
Annotation
See:  http://www.w3.org/TR/xmlschema-2/#negativeInteger
Type Definition Detail
Type Derivation Tree
xs:anySimpleType (restriction)
  xs:decimal (restriction)
      xs:integer (restriction)
          xs:nonPositiveInteger (restriction)
              xs:negativeInteger
Derivation:
restriction of xs:nonPositiveInteger
Facets:
maxInclusive:
-1
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType id="negativeInteger" name="negativeInteger">
<xs:restriction base="xs:nonPositiveInteger">
<xs:maxInclusive id="negativeInteger.maxInclusive" value="-1"/>
</xs:restriction>
</xs:simpleType>

XML schema documentation generated with FlexDoc/XML 1.12.5 using FlexDoc/XML XSDDoc 2.9.2 template set. All XSD diagrams generated by Oxygen XML Editor via FlexDoc/XML OxygenXML Integration.