<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>
|