Definition Type: Element
Name: membrane
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 registration 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 claimsIdt in schema proxies-1_xsd Drilldown into claims in schema proxies-1_xsd Drilldown into src in schema proxies-1_xsd Drilldown into subject in schema proxies-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 membrane in schema proxies-1_xsd (Membrane Service Proxy)
Collapse XSD Schema Code:
<xsd:element name="membrane">
    <xsd:complexType>
        <xsd:complexContent>
            <xsd:extension base="beans:identifiedType">
                <xsd:sequence>
                    <xsd:choice minOccurs="0">
                        <xsd:element ref="registration">
                        </xsd:element>
                    </xsd:choice>
                    <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:attribute name="subject" type="xsd:string">
                </xsd:attribute>
                <xsd:attribute name="src" type="xsd:string" use="required">
                </xsd:attribute>
                <xsd:attribute name="claims" type="xsd:string">
                </xsd:attribute>
                <xsd:attribute name="claimsIdt" type="xsd:string">
                </xsd:attribute>
            </xsd:extension>
        </xsd:complexContent>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
registration nsB:registration (1) (1)
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)
subject nsB:subject (Optional)
src nsB:src Required
claims nsB:claims (Optional)
claimsIdt nsB:claimsIdt (Optional)
Collapse Derivation Tree: