<xsd:complexType name="com.predic8.membrane.core.config.spring.TelekomSMSTokenProviderParser">
<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="scope" type="xsd:string" use="required">
</xsd:attribute>
<xsd:attribute name="clientId" type="xsd:string" use="required">
</xsd:attribute>
<xsd:attribute name="clientSecret" type="xsd:string" use="required">
</xsd:attribute>
<xsd:attribute name="senderName" type="xsd:string">
</xsd:attribute>
<xsd:attribute name="senderAddress" type="xsd:string">
</xsd:attribute>
<xsd:attribute name="environment" type="xsd:string">
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|