noNamespace
element PurchaseOrder

Properties
This component is not nillable.

Model
<PurchaseOrder>
(Shipping, Billing )
</PurchaseOrder>


Nested Element Summary
AddressTypeBilling
          
AddressTypeShipping
          

Nested Element Detail

Billing

Type:
AddressType
Details:
Billing

Shipping

Type:
AddressType
Details:
Shipping

Source
<xsd:element name="PurchaseOrder">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="Shipping" type="AddressType"/>
<xsd:element name="Billing" type="AddressType"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>


http://www.stylusstudio.com