<xs:simpleType name="boundedCardinalInteger"> <xs:annotation> <xs:documentation> Indicates a cardinal small integer. </xs:documentation> </xs:annotation> <xs:restriction base="xs:nonNegativeInteger"> <xs:maxInclusive value="127" /> <xs:fractionDigits value="0" /> </xs:restriction> </xs:simpleType>