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