PurchaseOrder Schema
PurchaseOrder Schema / PurchaseOrderType Complex Type / shipTo Element
In This Topic
    shipTo Element
    In This Topic
    Description
    The shipping address.
    Namespace (none)
    Type
    Diagram
    zip Element state Element city Element street Element name Element Sequence shipTo Element
    Overview
    shipTo USAddress Complex Type
    The shipping address.
    country optional xs:NMTOKEN
    The country name.
    Sequence
    name xs:string
    The name of the recipient.
    street xs:string
    The street name and house number.
    city xs:string
    The city name.
    state xs:string
    The state name.
    zip xs:decimal
    The zip code.
    Source
    <xs:element name="shipTo" type="USAddress" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:annotation>
        <xs:documentation xml:lang="en">The shipping address.</xs:documentation>
      </xs:annotation>
    </xs:element>
    See Also