The number of the specific product being purchased.
XSD Schema Diagram:
XSD Schema Code:
<xs:attribute name="ProductQuantity" type="xs:nonNegativeInteger" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The number of the specific product being purchased.</xs:documentation>
</xs:annotation>
</xs:attribute>