PurchaseOrder Schema
quantity Element
Description
The number of units.
Namespace (none)
Type
Restriction of xs:positiveInteger
Overview
quantity Restriction of xs:positiveInteger
The number of units.
Source
<xs:element name="quantity" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation xml:lang="en">The number of units.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:positiveInteger">
      <xs:maxExclusive value="100" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>
See Also