simpleType "connectionClassType"
Namespace:
Defined:
globally in myAlerts.xsd; see XML source
Used:
Simple Content Model
"push_http" | "pull_http"
All Direct / Indirect Based Elements (1):
class (in connection)
Known Usage Locations
Type Definition Detail
Type Derivation Tree
xsd:string (restriction)
  connectionClassType
Derivation:
restriction of xsd:string
XML Source (see within schema source)
<xsd:simpleType name="connectionClassType">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="push_http"/>
<xsd:enumeration value="pull_http"/>
</xsd:restriction>
</xsd:simpleType>