<xsd:complexType name="com.predic8.membrane.core.config.spring.WhateverMobileSMSTokenProviderParser">
<xsd:complexContent>
<xsd:extension base="beans:identifiedType">
<xsd:sequence>
</xsd:sequence>
<xsd:attribute name="prefixText" type="xsd:string">
</xsd:attribute>
<xsd:attribute name="simulate" type="spel_boolean">
</xsd:attribute>
<xsd:attribute name="gatewayUserName" type="xsd:string" use="required">
</xsd:attribute>
<xsd:attribute name="gatewayPassword" type="xsd:string" use="required">
</xsd:attribute>
<xsd:attribute name="senderName" type="xsd:string">
</xsd:attribute>
<xsd:attribute name="backupServiceAvailable" type="spel_boolean">
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|