QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
conferenceid | ECMAScript.LeftHandSideExpression | required | ||||
confname | ECMAScript.expression | optional | ||||
hints | ECMAScript.expression | optional | ||||
reservedlisteners | ECMAScript.expression | optional | ||||
reservedtalkers | ECMAScript.expression | optional |
Element Group | telephonyActionElements |
<xsd:element name="createconference"> <xsd:complexType> <xsd:attribute name="conferenceid" use="required" type="ECMAScript.LeftHandSideExpression"/> <xsd:attribute name="hints" type="ECMAScript.expression"/> <xsd:attribute name="confname" type="ECMAScript.expression"/> <xsd:attribute name="reservedtalkers" type="ECMAScript.expression"/> <xsd:attribute name="reservedlisteners" type="ECMAScript.expression"/> </xsd:complexType> </xsd:element> |