<xs:element name="ShippingInfo" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Informtion pertaining to the shipment of a product to the recipient.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="ShippingType" type="StringLength1to16" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The method of shipment (e.g., air, ground, pickup).</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="ShippingCarrier" type="StringLength1to32" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The shipping carrier (e.g., USPS, UPS, FedEx).</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attributeGroup ref="CurrencyAmountGroup">
<xs:annotation>
<xs:documentation xml:lang="en">The charges associated with shipment of the item.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
</xs:complexType>
</xs:element>
|