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