Definition Type: ComplexType
Name: com.predic8.membrane.core.config.spring.TelekomSMSTokenProviderParser
Namespace: http://membrane-soa.org/proxies/1/
Type: beans:identifiedType
Containing Schema: proxies-1.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into id in schema spring-beans-3_1_xsd Drilldown into identifiedType in schema spring-beans-3_1_xsd Drilldown into environment in schema proxies-1_xsd Drilldown into senderAddress in schema proxies-1_xsd Drilldown into senderName in schema proxies-1_xsd Drilldown into clientSecret in schema proxies-1_xsd Drilldown into clientId in schema proxies-1_xsd Drilldown into scope in schema proxies-1_xsd Drilldown into simulate in schema proxies-1_xsd Drilldown into prefixText in schema proxies-1_xsdXSD Diagram of com.predic8.membrane.core.config.spring.TelekomSMSTokenProviderParser in schema proxies-1_xsd (Membrane Service Proxy)
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
id beans:id (Optional)
prefixText nsB:prefixText (Optional)
simulate nsB:simulate (Optional)
scope nsB:scope Required
clientId nsB:clientId Required
clientSecret nsB:clientSecret Required
senderName nsB:senderName (Optional)
senderAddress nsB:senderAddress (Optional)
environment nsB:environment (Optional)
Collapse Derivation Tree:
Collapse References:
nsB:telekomSMSTokenProvider