| namespace | https://mmixm.aero/base/4 | ||||||
| type | restriction of xs:integer | ||||||
| properties |
|
||||||
| used by |
|
||||||
| facets |
|
||||||
| annotation |
|
||||||
| 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> |