2.2.1.4.3 SIGNALGTYPE

The SIGNALGTYPE enumeration represents the possible algorithm choices for generating a signature. This protocol only supports the MSDRM signature scheme, as specified in section 2.2.1.6.

 <xs:simpleType name="SIGNALGTYPE">
   <xs:restriction base="xs:string">
     <xs:enumeration value="MSDRM"/>
   </xs:restriction>
 </xs:simpleType>

MSDRM: The scheme used to generate a signature. The MSDRM scheme is the only value supported by DRM-CD.