<xsd:element name="join">
<xsd:complexType>
<xsd:attribute name="id1" use="required" type="ECMAScript.expression"/>
<xsd:attribute name="id2" use="required" type="ECMAScript.expression"/>
<xsd:attribute name="duplex" default="'full'" type="ECMAScript.expression"/>
<xsd:attribute name="hints" type="ECMAScript.expression"/>
<xsd:attribute name="entertone" type="ECMAScript.expression" default="'true'"/>
<xsd:attribute name="exittone" type="ECMAScript.expression" default="'true'"/>
<xsd:attribute name="autoinputgain" type="ECMAScript.expression" default="true"/>
<xsd:attribute name="autooutputgain" type="ECMAScript.expression" default="true"/>
<xsd:attribute name="dtmfclamp" type="ECMAScript.expression" default="true"/>
<xsd:attribute name="toneclamp" type="ECMAScript.expression" default="true"/>
</xsd:complexType>
</xsd:element> |