Typy xs:decimal o wartoĊciach nieujemnych.
<xs:simpleType name="nonNegativeDecimalType"> <xs:restriction base="xs:decimal"> <xs:minInclusive value="0" /> </xs:restriction> </xs:simpleType>