simpleType integer
namespace http://www.w3.org/2001/XMLSchema
type restriction of xs:decimal
properties
id integer
facets
Kind Value annotation 
fractionDigits 
pattern [\-+]?[0-9]+ 
source <xs:simpleType name="integer" id="integer">
 
<xs:annotation>
   
<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#integer"/>
 
</xs:annotation>
 
<xs:restriction base="xs:decimal">
   
<xs:fractionDigits value="0" fixed="true" id="integer.fractionDigits"/>
   
<xs:pattern value="[\-+]?[0-9]+"/>
 
</xs:restriction>
</xs:simpleType>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy