2.2.4.2 DRMSYNCLIST_CHALLENGE

The DRMSYNCLIST_CHALLENGE complex type contains a sequence of SYNCLIST_CHALLENGE_DATA records. These records of type SYNCLIST_CHALLENGE_DATA are described in section SYNCLIST_CHALLENGE_DATA.

 <xs:complexType name="DRMSYNCLIST_CHALLENGE">
   <xs:sequence maxOccours="unbounded">
     <xs:element name="RECORDS" type="SYNCLIST_CHALLENGE_DATA"/>
   </xs:sequence>
   <xs:attribute name ="type" type="MESSAGETYPE"/>
 </xs:complexType>

RECORDS: Contains a SYNCLIST_CHALLENGE_DATA complex type, as specified in section 2.2.4.3.

type: Indicates the message type. MUST be set to "CHALLENGE".