items Element DescriptionThe items in the order. Namespace (none) TypeItems Complex Type Diagram Overview items Items Complex Type The items in the order. Sequence item 0..∞ Describes an item in the purchase order. itemAttributeGroup Sequence productName xs:string The name of the product. quantity Restriction of xs:positiveInteger The number of units. USPrice xs:decimal The price of the item. comment optional xs:string Any comments about the order/item. shipDate optional xs:date The date the item was shipped. Source<xs:element name="items" type="Items" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:annotation> <xs:documentation xml:lang="en">The items in the order.</xs:documentation> </xs:annotation> </xs:element> See AlsoPurchaseOrderType Complex Type | PurchaseOrder Schema