/**
 * @class Ext.data.schema.HasOne
 *
 * **This is not a real JavaScript class and cannot be created.  This is for documentation purposes only.**
 *
 * This class provides for creating a keyless `Ext.data.schema.OneToOne` association. This declaration should
 * be on "owner" entity. See `Ext.data.schema.OneToOne` and `Ext.data.schema.Association` for more information.
 */
 
/**
 * @cfg {String} name An alias for {@link Ext.data.schema.Reference#role role}.
 * @deprecated 6.2.0
 */
 
/**
 * @cfg {String} associatedName An alias for {@link Ext.data.schema.Reference#role role}.
 * @deprecated 6.2.0
 */
 
/**
 * @cfg {String} model An alias for {@link Ext.data.schema.Reference#type type}.
 * @deprecated 6.2.0
 */
 
/**
 * @cfg {String} [foreignKey] The key field to use in this association
 * @deprecated 6.2.0 Use the reference configuration on a data field to created a keyed association.
 */