PurchaseOrder Schema
billTo Element
Description
The billing address.
Namespace (none)
Type
Diagram
zip Element state Element city Element street Element name Element Sequence billTo Element
Overview
billTo USAddress Complex Type
The billing 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="billTo" type="USAddress" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation xml:lang="en">The billing address.</xs:documentation>
  </xs:annotation>
</xs:element>
See Also