Definition Type: Element
Name: hwsAdapter
Namespace: http://schemas.microsoft.com/office/infopath/2003/solutionDefinition
Containing Schema: sd.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into hwsOperation in schema sd_xsd Drilldown into submitAllowed in schema sd_xsd Drilldown into queryAllowed in schema sd_xsd Drilldown into wsdlUrl in schema sd_xsd Drilldown into name in schema sd_xsdXSD Diagram of hwsAdapter in schema sd_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="hwsAdapter">
    <xsd:complexType>
        <xsd:choice>
            <xsd:element ref="xsf:hwsOperation" />
        </xsd:choice>
        <xsd:attribute name="name" type="xsf:xdTitle" use="required" />
        <xsd:attribute name="wsdlUrl" type="xsd:string" use="required" />
        <xsd:attribute name="queryAllowed" type="xsf:xdYesNo" use="optional" />
        <xsd:attribute name="submitAllowed" type="xsf:xdYesNo" use="optional" />
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
hwsOperation xsf:hwsOperation (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
name xsf:name Required
wsdlUrl xsf:wsdlUrl Required
queryAllowed xsf:queryAllowed Optional
submitAllowed xsf:submitAllowed Optional