Tipo complesso ChannelListType
Definisce un elenco di canali a cui i provider possono registrare gli eventi.
<xs:complexType name="ChannelListType">
<xs:choice
minOccurs="0"
maxOccurs="8"
>
<xs:element name="importChannel"
type="ImportChannelType"
/>
<xs:element name="channel"
type="ChannelType"
/>
<xs:any
processContents="lax"
minOccurs="0"
maxOccurs="unbounded"
namespace="##other"
/>
</xs:choice>
<xs:anyAttribute
namespace="##other"
/>
</xs:complexType>
Elementi figlio
Elemento | Tipo | Descrizione |
---|---|---|
Canale | ChannelType | Definisce un canale a cui è possibile registrare gli eventi. |
importChannel | ImportChannelType | Identifica un canale definito da un altro provider o in un manifesto che contiene una sezione di metadati. |
Commenti
È possibile specificare fino a otto canali (qualsiasi combinazione di canali o canali importati definiti dall'utente).
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato |
Windows Vista [solo app desktop] |
Server minimo supportato |
Windows Server 2008 [solo app desktop] |