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