<xsd:simpleType name="DecimalNNType"> <xsd:annotation> <xsd:documentation>2-digit decimal typically used by a non-negative decimal amount field</xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:decimal"> <xsd:fractionDigits value="2" /> <xsd:minInclusive value="0.00" /> </xsd:restriction> </xsd:simpleType>