2.2.4.42 t:RightsManagementLicenseDataType Complex Type
The RightsManagementLicenseDataType complex type specifies information about the rights management license.<99>
-
<xs:complexType name="RightsManagementLicenseDataType"> <xs:sequence> <xs:element name="RightsManagedMessageDecryptionStatus" type="xs:int" minOccurs="0" /> <xs:element name="RmsTemplateId" type="xs:string" minOccurs="0" /> <xs:element name="TemplateName" type="xs:string" minOccurs="0" /> <xs:element name="TemplateDescription" type="xs:string" minOccurs="0" /> <xs:element name="EditAllowed" type="xs:boolean" minOccurs="0" /> <xs:element name="ReplyAllowed" type="xs:boolean" minOccurs="0" /> <xs:element name="ReplyAllAllowed" type="xs:boolean" minOccurs="0" /> <xs:element name="ForwardAllowed" type="xs:boolean" minOccurs="0" /> <xs:element name="ModifyRecipientsAllowed" type="xs:boolean" minOccurs="0" /> <xs:element name="ExtractAllowed" type="xs:boolean" minOccurs="0" /> <xs:element name="PrintAllowed" type="xs:boolean" minOccurs="0" /> <xs:element name="ExportAllowed" type="xs:boolean" minOccurs="0" /> <xs:element name="ProgrammaticAccessAllowed" type="xs:boolean" minOccurs="0" /> <xs:element name="IsOwner" type="xs:boolean" minOccurs="0" /> <xs:element name="ContentOwner" type="xs:string" minOccurs="0" /> <xs:element name="ContentExpiryDate" type="xs:string" minOccurs="0" /> </xs:sequence> </xs:complexType>
RightsManagedMessageDecryptionStatus: An element of type int, as defined in [XMLSCHEMA2], that specifies the decryption status of the message.
RmsTemplateId: An element of type string, as defined in [XMLSCHEMA2] section 3.2.1, that specifies the identifier of the Rights Management template.
TemplateName: An element of type string that specifies the name of the Rights Management template.
TemplateDescription: An element of type string that specifies the description of the Rights Management template.
EditAllowed: An element of type boolean, as defined in [XMLSCHEMA2] section 3.2.2, that indicates whether the information is editable.
ReplyAllowed: An element of type boolean that indicates whether replying is enabled.
ReplyAllAllowed: An element of type boolean that indicates whether replying to all recipients is enabled.
ForwardAllowed: An element of type boolean that indicates whether forwarding is enabled.
ModifyRecipientsAllowed: An element of type boolean that indicates whether modifying the list of recipients is enabled.
ExtractAllowed: An element of type boolean that indicates whether extracting is enabled.
PrintAllowed: An element of type boolean that indicates whether printing is enabled.
ExportAllowed: An element of type boolean that indicates whether exporting is enabled.
ProgrammaticAccessAllowed: An element of type boolean that indicates whether programmatic access is enabled.
IsOwner: An element of type boolean that indicates whether a user is the owner.
ContentOwner: An element of type string that represents the name of the content owner.
ContentExpiryDate: An element of type string represents the expiration date of the content.