<xsd:simpleType name="DecimalPosType"> <xsd:annotation> <xsd:documentation>2-digit decimal typically used by a positive non-zero decimal amount field</xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:decimal"> <xsd:fractionDigits value="2" /> <xsd:minInclusive value="0.01" /> </xsd:restriction> </xsd:simpleType>