3.1.4.2.4.2 t:ConnectionStatusType Simple Type
The ConnectionStatusType simple type specifies a text description of the status of a streaming subscription.
-
<xs:simpleType name="ConnectionStatusType"> <xs:restriction base="xs:string" > <xs:enumeration value="OK" /> <xs:enumeration value="Closed" /> </xs:restriction> </xs:simpleType>
The following table lists and describes the values that are defined by the ConnectionStatusType simple type.
Value name |
Meaning |
---|---|
OK |
The connection is good. |
Closed |
The connection is closed. |