Share via


METADATA

[The AD RMS SDK leveraging functionality exposed by the client in Msdrm.dll is available for use in Windows Server 2008, Windows Vista, Windows Server 2008 R2, Windows 7, Windows Server 2012, and Windows 8. It may be altered or unavailable in subsequent versions. Instead, use Active Directory Rights Management Services SDK 2.1, which leverages functionality exposed by the client in Msipc.dll.]

Contains additional information about an item of content in an Active Directory Rights Management Services (AD RMS) issuance or end-user license. This element has the following definition.

<!-- METADATA element -->
<!ELEMENT METADATA (TITLE?,
                    ID?,
                    CREATOR*,
                    PUBLISHER*,
                    OWNER?,
                    COPYRIGHT*,
                    DATE*,
                    FORMAT?,
                    SKU?,
                    CATEGORY*,
                    REFERENCE*,
                    PARAMETER*)>

<!-- OWNER element and aPrincipal entity -->
<!ELEMENT OWNER (%aPrincipal;)>
<!ATTLIST OWNER
  type CDATA #IMPLIED
  internal-id CDATA #IMPLIED>

<!ENTITY % aPrincipal "OBJECT?, 
   AUTHENTICATOR*, 
   PASSWORD*,
   PUBLICKEY*,
   PRIVATEKEY*, 
   CERTIFICATE*,
   DIGEST*,
   VERIFICATIONDATA*, 
   ENABLINGBITS*, 
   PRINCIPAL*,
   SECURITYLEVEL*>

<!-- SKU element -->
<!ELEMENT SKU (#PCDATA)>
<!ATTLIST SKU
  type CDATA #IMPLIED>

Remarks

Of the elements available in the XrML 1.2 DTD, AD RMS typically uses the SKU (stock keeping unit) and OWNER metadata elements as shown in the following example from an end-user license.

Examples

<METADATA>
  <OWNER>
    <OBJECT>
      <ID type="Windows"/>
      <NAME>someone@example.com</NAME>
    </OBJECT>
  </OWNER>
  <SKU type="SKUIdType">Some_SKU_Identifier</SKU>
</METADATA>

Requirements

Product
Rights Management Services client 1.0 or later

See also

BODY

WORK