FeedDeliveryReport
là phần tử cấp cao nhất cho bản sao của siêu dữ liệu
nguồn cấp dữ liệu. FeedCollection
là phần tử trình bao bọc trong FeedDeliveryReport
chứa một hoặc nhiều thực thể Feed
.
Tên | Thẻ | Loại | Ghi chú | Số bội |
---|---|---|---|---|
Thu thập nguồn cấp dữ liệu | <FeedCollection> |
Feed |
Danh sách nguồn cấp dữ liệu đang hoạt động hoặc sắp ra mắt của CDF, không bao gồm chính nguồn cấp dữ liệu siêu dữ liệu. |
từ 1 trở lên |
Thẻ đối tác | <PartnerTag> |
String |
Thông tin nhận dạng bên phát hành báo cáo. |
1 |
Tạo ngày giờ | <GeneratedDate> |
xs:dateTime |
Ngày giờ ở định dạng ISO-8601 cho biết thời điểm
Đã tạo |
1 |
Ví dụ
XML
<?xml version="1.0"?> <FeedDeliveryReport xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <FeedCollection> <Feed> ... </Feed> <Feed> ... </Feed> </FeedCollection> <PartnerTag>Partner test</PartnerTag> <GeneratedDate>2023-02-01T00:00:00Z</GeneratedDate> </FeedDeliveryReport>
JSON
{ "FeedDeliveryReport": { "FeedCollection": { "Feed": { ... }, "Feed": { ... } }, "PartnerTag": {"Partner test"}, "GeneratedDate": {"2023-02-01T00:00:00Z"} } }