complexType "ConnectableArgotType"
Namespace:
Content:
complex, 1 element
Defined:
globally in myPresence.xsd; see XML source
Includes:
definition of 1 element
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (1):
connectionID (in ConnectableArgot)
All Direct / Indirect Based Elements (1):
ConnectableArgot
Known Usage Locations
Annotation
This argot represents the connectability of an endpoint. If present, it designates a connection on the user's .NET Alerts.
XML Source (see within schema source)
<xsd:complexType name="ConnectableArgotType">
<xsd:annotation>
<xsd:documentation>
This argot represents the connectability of an endpoint. If present,
it designates a connection on the user's .NET Alerts.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="1" name="connectionID" type="hs:idType">
<xsd:annotation>
<xsd:documentation>
The ID for one or more connection elements on the user's .NET Alerts
that are represented by this endpoint.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; 1/1)
connectionID
Type:
hs:idType, simple content
Defined:
locally within (this) ConnectableArgotType complexType
The ID for one or more connection elements on the user's .NET Alerts that are represented by this endpoint.
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="1" name="connectionID" type="hs:idType">
<xsd:annotation>
<xsd:documentation>
The ID for one or more connection elements on the user's .NET Alerts
that are represented by this endpoint.
</xsd:documentation>
</xsd:annotation>
</xsd:element>