Definition Type: ComplexType
Name: shippingType
Namespace: http://base.google.com/ns/1.0
Containing Schema: base.xsd
Abstract
Documentation:
Defines shipping option for an item.
Collapse XSD Schema Diagram:
Drilldown into price in schema base_xsd Drilldown into service in schema base_xsd Drilldown into country in schema base_xsdXSD Diagram of shippingType in schema base_xsd (GoogleBase Feed)
Collapse XSD Schema Code:
<xs:complexType name="shippingType">
    <xs:annotation>
        <xs:documentation> 
        Defines shipping option for an item. 
      </xs:documentation>
    </xs:annotation>
    <xs:sequence>
        <xs:element name="country" type="gn:countryEnumeration" />
        <xs:element name="service" type="gn:stringAttrValueType" />
        <xs:element name="price" type="gn:nonNegativeDecimalType" />
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
country gn:country (1) (1)
service gn:service (1) (1)
price gn:price (1) (1)
Collapse Derivation Tree:
Collapse References:
gn:shipping