element <contentProvider> (global)
Namespace:
Type:
Content:
empty, 2 attributes
Defined:
globally in myAlerts.xsd; see XML source
Used:
never
XML Representation Summary
<contentProvider
   
 = 
xsd:string
 = 
xsd:string
/>
Annotation
The <b>contentProvider</b> element is the Microsoft .NET Alerts version 4.5 service authentication element. It replaces the expected .NET Services <b>kerberos</b> element.
XML Source (see within schema source)
<xsd:element name="contentProvider" type="contentProviderType">
<xsd:annotation>
<xsd:documentation>
The
<b>contentProvider</b>
element is the Microsoft .NET Alerts version 4.5 service
authentication element. It replaces the expected .NET Services
<b>kerberos</b>
element.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
Attribute Detail (all declarations; 2/2)
cpid
Type:
xsd:string, predefined
Use:
optional
Defined:
locally within contentProviderType complexType
This attribute contains the content provider ID as assigned to the content provider by the .NET Alerts service provisioning. The ID must be a valid decimal or hexadecimal string.
XML Source (see within schema source)
<xsd:attribute name="cpid" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
This attribute contains the content provider ID as assigned to the content provider
by the .NET Alerts service provisioning. The ID must be a valid decimal or hexadecimal
string.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>

puid
Type:
xsd:string, predefined
Use:
optional
Defined:
locally within contentProviderType complexType
This attribute is optional and contains the sending user's Passport User ID (PUID). The sending content provider is required to ensure the authenticity of this PUID.
XML Source (see within schema source)
<xsd:attribute name="puid" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
This attribute is optional and contains the sending user's Passport User ID (PUID).
The sending content provider is required to ensure the authenticity of this PUID.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>