PurchaseOrder Schema
PurchaseOrder Schema / Items Complex Type / item Element / shipDate Element
In This Topic
    shipDate Element
    In This Topic
    Description
    The date the item was shipped.
    Namespace (none)
    Type
    xs:date
    Overview
    shipDate optional xs:date
    The date the item was shipped.
    Source
    <xs:element name="shipDate" type="xs:date" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:annotation>
        <xs:documentation xml:lang="en">The date the item was shipped.</xs:documentation>
      </xs:annotation>
    </xs:element>
    See Also