<xsd:complexType name="NonNegativeMoney">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type defining a non negative money amount.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="MoneyBase">
<xsd:sequence>
<xsd:element name="amount" type="NonNegativeDecimal" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The non negative monetary quantity in currency units.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|