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