element <class> (local)
Namespace:
Type:
Content:
simple
Defined:
locally within connectionType complexType in myalerts.xsd; see XML source
XML Representation Summary
<class>
   
Content: 
{ "push_http" | "pull_http" }
</class>
Included in content model of elements (1):
connection (in myAlerts)
Annotation
This element specifies the class of a connection (for example, Push over Soap-RP or Pull over Soap-RP).
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="1" name="class" type="connectionClassType">
<!-- sgfix: illegal on an element
use="required"
-->
<xsd:annotation>
<xsd:documentation>
This element specifies the class of a connection (for example, Push over
Soap-RP or Pull over Soap-RP).
</xsd:documentation>
</xsd:annotation>
</xsd:element>