Definition Type: ComplexType
Name: com.predic8.membrane.core.config.spring.GithubParser
Namespace: http://membrane-soa.org/proxies/1/
Type: beans:identifiedType
Containing Schema: proxies-1.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ssl in schema proxies-1_xsd Drilldown into id in schema spring-beans-3_1_xsd Drilldown into identifiedType in schema spring-beans-3_1_xsd Drilldown into scope in schema proxies-1_xsd Drilldown into clientSecret in schema proxies-1_xsd Drilldown into clientId in schema proxies-1_xsd Drilldown into httpClientConfiguration in schema proxies-1_xsdXSD Diagram of com.predic8.membrane.core.config.spring.GithubParser in schema proxies-1_xsd (Membrane Service Proxy)
Collapse XSD Schema Code:
<xsd:complexType name="com.predic8.membrane.core.config.spring.GithubParser">
    <xsd:complexContent>
        <xsd:extension base="beans:identifiedType">
            <xsd:sequence>
                <xsd:choice minOccurs="0">
                    <xsd:element ref="ssl">
                    </xsd:element>
                    <xsd:any namespace="##other" processContents="strict" />
                </xsd:choice>
            </xsd:sequence>
            <xsd:attribute name="httpClientConfiguration" type="xsd:string">
            </xsd:attribute>
            <xsd:attribute name="clientId" type="xsd:string">
            </xsd:attribute>
            <xsd:attribute name="clientSecret" type="xsd:string">
            </xsd:attribute>
            <xsd:attribute name="scope" type="xsd:string">
            </xsd:attribute>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ssl nsB:ssl (1) (1)
<xs:any> Allowed namespace: '##other' (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id beans:id (Optional)
httpClientConfiguration nsB:httpClientConfiguration (Optional)
clientId nsB:clientId (Optional)
clientSecret nsB:clientSecret (Optional)
scope nsB:scope (Optional)
Collapse Derivation Tree:
Collapse References:
nsB:github