2.2.1.2.23 hwsOperation

The hwsOperation element MUST NOT be used by the server.

Parent Elements

hwsAdapter

Child Elements

input

Attributes:

serviceUrl: This attribute MUST NOT be used by the server.

type: This attribute MUST NOT be used by the server.

typeID: This attribute MUST NOT be used by the server.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.

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