PurchaseOrder Schema
PurchaseOrder Schema / itemAttributeGroup Attribute Group
In This Topic
    itemAttributeGroup Attribute Group
    In This Topic
    Namespace (none)
    Overview
    partNum required SKU Simple Type
    The stock code.
    restockDate required xs:date
    The date this item will be re-stocked
    Attributes
    NameTypeUseDefaultFixedDescription
    partNumSKU Simple Typerequired  The stock code.
    restockDatexs:daterequired  The date this item will be re-stocked
    Source
    <xs:attributeGroup name="itemAttributeGroup" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:attribute name="partNum" type="SKU" use="required">
        <xs:annotation>
          <xs:documentation xml:lang="en">The stock code.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
      <xs:attribute ref="restockDate" use="required" />
    </xs:attributeGroup>
    See Also