Documentation Center

Product editions and features

This topic contains the available product editions and product features that a network-licensing administrator can configure for Trados GroupShare.

All available options

Configuration file example generated if all edition are available on the Trados License Server

<LicenseDefinition>  
    <LicenseEdition>  
        <Name>ProfessionalEdition</Name>  
        <IsCurrent>true</IsCurrent>  
        <Features>  
            <Feature>  
                <Name>AllowTQA</Name>  
                <IsDefault>true</IsDefault>  
            </Feature>  
            <Feature>  
                <Name>AllowRegulatedIndustries</Name>  
                <IsDefault>true</IsDefault>  
            </Feature>  
        </Features>  
    </LicenseEdition>  
    <LicenseEdition>  
        <Name>WorkgroupEdition</Name>  
        <IsCurrent>true</IsCurrent>  
        <Features>  
            <Feature>  
                <Name>AllowTQA</Name>  
                <IsDefault>true</IsDefault>  
            </Feature>  
            <Feature>  
                <Name>AllowRegulatedIndustries</Name>  
                <IsDefault>true</IsDefault>  
            </Feature>  
        </Features>  
    </LicenseEdition>  
    <LicenseEdition>  
        <Name>ExpressEdition</Name>  
        <IsCurrent>true</IsCurrent>  
        <Features>  
            <Feature>  
                <Name>AllowTQA</Name>  
                <IsDefault>true</IsDefault>  
            </Feature>  
            <Feature>  
                <Name>AllowAutoSuggest</Name>  
                <IsDefault>true</IsDefault>  
            </Feature>  
            <Feature>  
                <Name>AllowPerfectMatch</Name>  
                <IsDefault>true</IsDefault>  
            </Feature>  
            <Feature>  
                <Name>AllowRegulatedIndustries</Name>  
                <IsDefault>true</IsDefault>  
            </Feature>  
        </Features>  
    </LicenseEdition>  
</LicenseDefinition>

Example for a Professional Edition license

Example using only Professional Edition within a configuration file

<LicenseDefinition>  
    <LicenseEdition>  
        <Name>ProfessionalEdition</Name>  
        <IsCurrent>true</IsCurrent>  
        <Features>  
            <Feature>  
                <Name>AllowTQA</Name>  
                <IsDefault>true</IsDefault>  
            </Feature>   
        </Features>  
    </LicenseEdition>  
</LicenseDefinition>