2.2.4.16 P

Namespace: http://Microsoft/Office/Server/FeedCache

The P complex type specifies a feed entry.

 <xs:complexType name="P" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element minOccurs="0" name="AD" nillable="true" type="xs:string"/>
     <xs:element minOccurs="0" name="D1" nillable="true" type="xs:string"/>
     <xs:element minOccurs="0" name="D2" nillable="true" type="xs:string"/>
     <xs:element minOccurs="0" name="D3" nillable="true" type="xs:string"/>
     <xs:element minOccurs="0" name="D4" nillable="true" type="xs:string"/>
     <xs:element minOccurs="0" name="DP" nillable="true" type="xs:string"/>
     <xs:element minOccurs="0" name="EID" nillable="true" type="xs:string"/>
     <xs:element minOccurs="0" name="En" nillable="true" type="q1:E"/>
     <xs:element minOccurs="0" name="M" type="xs:dateTime"/>
     <xs:element minOccurs="0" name="MBD" type="xs:int"/>
     <xs:element minOccurs="0" name="MBT" type="xs:int"/>
     <xs:element minOccurs="0" name="PL" nillable="true" type="xs:string"/>
     <xs:element minOccurs="0" name="R1" nillable="true" type="xs:string"/>
     <xs:element minOccurs="0" name="R2" nillable="true" type="xs:string"/>
     <xs:element minOccurs="0" name="R3" type="xs:int"/>
     <xs:element minOccurs="0" name="ST" type="xs:int"/>
   </xs:sequence>
 </xs:complexType>

AD: Specifies a string value representing author. It is up to the protocol client how to use this field.

D1: Specifies a string value representing entry data. It is up to the protocol client how to use this field.

D2: Specifies a string value representing entry data. It is up to the protocol client how to use this field.

D3: Specifies a string value representing entry data. It is up to the protocol client how to use this field.

D4: Specifies a string value representing entry data. It is up to the protocol client how to use this field.

DP: Specifies a string value representing participant data. It is up to the protocol client how to use this field.

EID: Specifies a unique identifier for this entry. The value MUST NOT be null.

En: Specifies the feed entity this entry belongs to as described in section 2.2.4.9.

M: Specifies a date and time value in Coordinated Universal Time (UTC) when this entry was last modified. The value MUST NOT be null.

MBD: Specifies a numerical value representing the definition of the entry. It is up to the protocol client how to use this field.

MBT: Specifies a numerical value representing the type of the entry. It is up to the protocol client how to use this field.

PL: Specifies a string value representing participant data. It is up to the protocol client how to use this field.

R1: Specifies a related feed entity. It is up to the protocol client how to use this field.

R2: Specifies a related feed entry. It is up to the protocol client how to use this field.

R3: Specifies a related feed entity type. It is up to the protocol client how to use this field.

ST: Specifies an integer value representing entry data. It is up to the protocol client how to use this field.