Definition Type: Element
Name: fileExchangeStore
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 maxDays in schema proxies-1_xsd Drilldown into saveBodyOnly in schema proxies-1_xsd Drilldown into raw in schema proxies-1_xsd Drilldown into dir in schema proxies-1_xsdXSD Diagram of fileExchangeStore in schema proxies-1_xsd (Membrane Service Proxy)
Collapse XSD Schema Code:
<xsd:element name="fileExchangeStore">
    <xsd:complexType>
        <xsd:complexContent>
            <xsd:extension base="beans:identifiedType">
                <xsd:sequence>
                </xsd:sequence>
                <xsd:attribute name="dir" type="xsd:string" use="required">
                </xsd:attribute>
                <xsd:attribute name="raw" type="spel_boolean">
                </xsd:attribute>
                <xsd:attribute name="saveBodyOnly" type="spel_boolean">
                </xsd:attribute>
                <xsd:attribute name="maxDays" type="spel_number">
                </xsd:attribute>
            </xsd:extension>
        </xsd:complexContent>
    </xsd:complexType>
</xsd:element>
Collapse Child Attributes:
Name Type Default Value Use
id beans:id (Optional)
dir nsB:dir Required
raw nsB:raw (Optional)
saveBodyOnly nsB:saveBodyOnly (Optional)
maxDays nsB:maxDays (Optional)
Collapse Derivation Tree: