Definition Type: ComplexType
Name: productOrderType
Namespace: http://www.webex.com/schemas/2002/06/service/sales
Containing Schema: sales.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into orderAD Drilldown into orderByXSD Diagram of productOrderType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:complexType name="productOrderType">
    <xsd:sequence>
        <xsd:element name="orderBy" type="sales:productOrderByType" minOccurs="0" maxOccurs="3" />
        <xsd:element name="orderAD" type="serv:lstOrderADType" minOccurs="0" maxOccurs="3" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
orderBy sales:orderBy 0 3
orderAD sales:orderAD 0 3