PurchaseOrder Schema
productName Element
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