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