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

Known Direct Subtypes (1):
xs:int
Known Indirect Subtypes (2):
xs:byte, xs:short
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:
maxInclusive:
9223372036854775807
minInclusive:
-9223372036854775808
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 DocFlex/XML RE 1.8.5 using DocFlex/XML XSDDoc 2.5.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.