simpleType Integer22Type
namespace https://mmixm.aero/base/3
type restriction of xs:integer
properties
base xs:integer
used by
element ManufacturerIdentifier/revisionNumber
facets
Kind Value Annotation
maxInclusive 9999999999999999999999
annotation
documentation
Allows up to a 22 digit integer
source <xs:simpleType name="Integer22Type">
 
<xs:annotation>
   
<xs:documentation>Allows up to a 22 digit integer</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:integer">
   
<xs:maxInclusive value="9999999999999999999999"/>
 
</xs:restriction>
</xs:simpleType>


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