PurchaseOrder Schema
PurchaseOrder Schema / restockDate Attribute
In This Topic
    restockDate Attribute
    In This Topic
    Description
    The date this item will be re-stocked
    Namespace (none)
    Type
    xs:date
    Use
    optional
    Source
    <xs:attribute name="restockDate" type="xs:date" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:annotation>
        <xs:documentation xml:lang="en">The date this item will be re-stocked</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    See Also