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