<?php
/**
* Validates string for suitability as a file attribute name.
* Behaves exactly as key-name validator.
*
* @copyright 2011 Perforce Software. All rights reserved.
* @license Please see LICENSE.txt in top-level folder of this distribution.
* @version <release>/<patch>
*/
class P4_Validate_AttributeName extends P4_Validate_KeyName
{
}