2.2.4.17 PC
Namespace: http://Microsoft/Office/Server/FeedCache
The PC complex type specifies a sequence of zero or more feed entries as described in section 2.2.4.16 along with associated metadata.
-
<xs:complexType name="PC" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:sequence> <xs:element minOccurs="0" name="D" nillable="true" type="q1:ArrayOfEDT"/> <xs:element minOccurs="0" name="En" nillable="true" type="q1:ArrayOfP"/> <xs:element minOccurs="0" name="I" type="xs:boolean"/> <xs:element minOccurs="0" name="M" type="xs:int"/> <xs:element minOccurs="0" name="N" nillable="true" type="xs:dateTime"/> <xs:element minOccurs="0" name="O" nillable="true" type="xs:dateTime"/> <xs:element minOccurs="0" name="R" type="xs:boolean"/> <xs:element minOccurs="0" name="S" type="xs:boolean"/> <xs:element minOccurs="0" name="T" type="xs:boolean"/> </xs:sequence> </xs:complexType>
D: Specifies a sequence of zero or more pairs of feed entities and last deletion time as specified in section 2.2.4.11.
En: Specifies the sequence of feed entries as specified in section 2.2.4.16.
I: Specifies if the sequence En is incomplete.
M: Specifies the maximum number of feed entries to return for a particular feed entity. The protocol server MUST NOT return more entries than this value for any entity.
N: Specifies a datetime value. If a value is present, the protocol server MUST only return entries having modified time newer than this value.
O: Specifies a datetime value. If a value is present, the protocol server MUST only return entries having modified time older than this value.
R: Specifies if the protocol server MUST return delete markers.
S: Indicates if the sequence En is already sorted.
T: Indicates if the protocol server timed out before retrieving the sequence En. True indicates that the protocol server timed out, and false indicates that it did not time out.