Definition Type: Element
Name: body
Namespace: http://www.webex.com/schemas/2002/06/service
Containing Schema: service.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into bodyContentType Drilldown into bodyContentXSD Diagram of body
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:element name="body">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="bodyContent" type="serv:bodyContentType" maxOccurs="unbounded" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
bodyContent serv:bodyContent (1) unbounded