Definition Type: ComplexType
Name: showdocAAHost
Namespace: http://www.webex.com/schemas/2002/06/service/aahost
Type: serv:bodyContentType
Containing Schema: aahost.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into hostBrand Drilldown into hostUrl Drilldown into browser Drilldown into accessID Drilldown into bodyContentTypeXSD Diagram of showdocAAHost
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:complexType name="showdocAAHost">
    <xsd:complexContent>
        <xsd:extension base="serv:bodyContentType">
            <xsd:sequence>
                <xsd:element name="accessID" type="xsd:long" />
                <xsd:element name="browser" type="xsd:string" />
                <xsd:element name="hostUrl" type="xsd:string" />
                <xsd:element name="hostBrand" type="xsd:string" />
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
accessID aa:accessID (1) (1)
browser aa:browser (1) (1)
hostUrl aa:hostUrl (1) (1)
hostBrand aa:hostBrand (1) (1)
Collapse Derivation Tree: