<xs:simpleType name="PositiveDecimalType">
<xs:annotation>
<xs:documentation>The PositiveDecimalType is an xs:decimal that is positive.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:decimal">
<xs:minExclusive value="0"/>
</xs:restriction>
</xs:simpleType> |