PurchaseOrder Schema
PurchaseOrder Schema / PurchaseOrderType Complex Type / items Element
In This Topic
    items Element
    In This Topic
    Description
    The items in the order.
    Namespace (none)
    Type
    Diagram
    item Element Sequence items Element
    Overview
    items Items Complex Type
    The items in the order.
    Sequence
    item 0..∞
    Describes an item in the purchase order.
    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 Also