2.2.3.2.3 METERCERT_RECORD_DATA
The METERCERT_RECORD_DATA complex type contains a list of KIDs for use in the RECORDS element. The list is encrypted with the public ECC key of the metering certificate for the target MID, as specified in section 2.2.1.6.
This section specifies the METERCERT_RECORD_DATA complex type in unencrypted form. The METERCERT_RECORD_DATA complex type MUST be base64-encoded before it is placed in the RECORDS element. Base64 encoding is specified in [MS-DRM] section 2.2.1.1.
-
<xs:complexType name="METERCERT_RECORD_DATA"> <xs:sequence maxOccurs="unbounded"> <xs:element name="KID" type="xs:string"/> </xs:sequence> </xs:complexType>
KID: Contains the KIDs as documented in section 2.2.1.3.4.