simpleType "xs:long"
Namespace:
Defined:
globally in XMLSchema.xsd; see XML source
Used:
Simple Content Model
Simple Content Restrictions:
MinInclusive:
-9223372036854775808
MaxInclusive:
9223372036854775807

Known Direct Subtypes (1):
Known Indirect Subtypes (2):
Known Usage Locations
Annotation
See:  http://www.w3.org/TR/xmlschema-2/#long
Type Definition Detail
Type Derivation Tree
xs:anySimpleType (restriction)
  xs:decimal (restriction)
      xs:integer (restriction)
          xs:long
Derivation:
restriction of xs:integer
Facets:
minInclusive:
-9223372036854775808
maxInclusive:
9223372036854775807
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType id="long" name="long">
<xs:restriction base="xs:integer">
<xs:minInclusive id="long.minInclusive" value="-9223372036854775808"/>
<xs:maxInclusive id="long.maxInclusive" value="9223372036854775807"/>
</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.