PurchaseOrder Schema
PurchaseOrder Schema / comment Element
In This Topic
    comment Element
    In This Topic
    Description
    Any comments about the order/item.
    Namespace (none)
    Type
    xs:string
    Overview
    comment xs:string
    Any comments about the order/item.
    Source
    <xs:element name="comment" type="xs:string" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:annotation>
        <xs:documentation xml:lang="en">Any comments about the order/item.</xs:documentation>
      </xs:annotation>
    </xs:element>
    See Also